blob: 7c0abdb0ce863595022415e314b8ec44a867db75 [file] [log] [blame]
Ficus Kirkpatrick4e820152014-02-08 13:31:24 -08001buildscript {
2 repositories {
3 mavenCentral()
4 }
5 dependencies {
Jeff Davidsonb433afb2014-11-23 12:13:39 -08006 classpath 'com.android.tools.build:gradle:0.14.+'
Ficus Kirkpatrick4e820152014-02-08 13:31:24 -08007 }
8}
9
Jeff Davidsonb433afb2014-11-23 12:13:39 -080010apply plugin: 'com.android.library'
Jeff Davidson76869372014-06-09 10:13:43 -070011
12android {
13 compileSdkVersion 19
14 buildToolsVersion = '19.1.0'
15}
16
17apply from: 'rules.gradle'