aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.gradle11
-rw-r--r--rules.gradle3
2 files changed, 9 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle
index 8ae9213..24a5710 100644
--- a/build.gradle
+++ b/build.gradle
@@ -3,8 +3,15 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.8.+'
+ classpath 'com.android.tools.build:gradle:0.11.+'
}
}
-apply from: 'rules.gradle' \ No newline at end of file
+apply plugin: 'android-library'
+
+android {
+ compileSdkVersion 19
+ buildToolsVersion = '19.1.0'
+}
+
+apply from: 'rules.gradle'
diff --git a/rules.gradle b/rules.gradle
index a76c7c0..73d8a4c 100644
--- a/rules.gradle
+++ b/rules.gradle
@@ -1,9 +1,6 @@
apply plugin: 'android-library'
android {
- compileSdkVersion 19
- buildToolsVersion = '19.0.3'
-
sourceSets {
defaultConfig {
testPackageName 'com.android.volley.tests'