aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidAsyncStetho/build.gradle
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 /AndroidAsyncStetho/build.gradle
parentc682ac78096b5a496541101dcbdcfa07f724a804 (diff)
downloadAndroidAsync-f453c6566998be2e9326a4e65139ab2d0f472152.tar.gz
AndroidAsync-f453c6566998be2e9326a4e65139ab2d0f472152.tar.bz2
AndroidAsync-f453c6566998be2e9326a4e65139ab2d0f472152.zip
tighten up gradle files with android studio project defaults
Diffstat (limited to 'AndroidAsyncStetho/build.gradle')
-rw-r--r--AndroidAsyncStetho/build.gradle14
1 files changed, 3 insertions, 11 deletions
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