aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2015-03-14 00:09:27 -0700
committerKoushik Dutta <koushd@gmail.com>2015-03-14 00:09:27 -0700
commitf453c6566998be2e9326a4e65139ab2d0f472152 (patch)
tree237ab2c97bf02a0e24d612c11103ddba29e42c7b
parentc682ac78096b5a496541101dcbdcfa07f724a804 (diff)
downloadAndroidAsync-f453c6566998be2e9326a4e65139ab2d0f472152.tar.gz
AndroidAsync-f453c6566998be2e9326a4e65139ab2d0f472152.tar.bz2
AndroidAsync-f453c6566998be2e9326a4e65139ab2d0f472152.zip
tighten up gradle files with android studio project defaults
-rw-r--r--AndroidAsync/build.gradle8
-rw-r--r--AndroidAsyncSample/build.gradle18
-rw-r--r--AndroidAsyncStetho/build.gradle14
3 files changed, 6 insertions, 34 deletions
diff --git a/AndroidAsync/build.gradle b/AndroidAsync/build.gradle
index 1be4d51..578f838 100644
--- a/AndroidAsync/build.gradle
+++ b/AndroidAsync/build.gradle
@@ -1,11 +1,3 @@
-buildscript {
- repositories {
- mavenCentral()
- }
- dependencies {
- classpath 'com.android.tools.build:gradle:1.0.1'
- }
-}
apply plugin: 'com.android.library'
android {
diff --git a/AndroidAsyncSample/build.gradle b/AndroidAsyncSample/build.gradle
index 6bbfb2a..1f86843 100644
--- a/AndroidAsyncSample/build.gradle
+++ b/AndroidAsyncSample/build.gradle
@@ -1,17 +1,5 @@
-buildscript {
- repositories {
- mavenCentral()
- }
- dependencies {
- classpath 'com.android.tools.build:gradle:+'
- }
-}
apply plugin: 'com.android.application'
-repositories {
- mavenCentral()
-}
-
dependencies {
compile project(':AndroidAsync:AndroidAsync')
}
@@ -26,11 +14,11 @@ android {
}
defaultConfig {
- targetSdkVersion 21
+ targetSdkVersion 22
minSdkVersion 9
}
- compileSdkVersion 21
- buildToolsVersion "21.1.0"
+ compileSdkVersion 22
+ buildToolsVersion "22.0.0"
}
diff --git a/AndroidAsyncStetho/build.gradle b/AndroidAsyncStetho/build.gradle
index eabcaf2..8e285f8 100644
--- a/AndroidAsyncStetho/build.gradle
+++ b/AndroidAsyncStetho/build.gradle
@@ -1,11 +1,3 @@
-buildscript {
- repositories {
- mavenCentral()
- }
- dependencies {
- classpath 'com.android.tools.build:gradle:1.0.1'
- }
-}
apply plugin: 'com.android.library'
dependencies {
@@ -28,12 +20,12 @@ android {
}
defaultConfig {
- targetSdkVersion 21
+ targetSdkVersion 22
minSdkVersion 9
}
- compileSdkVersion 21
- buildToolsVersion '21.1.2'
+ compileSdkVersion 22
+ buildToolsVersion '22.0.0'
}
// upload to maven task