gradle updates

This commit is contained in:
Sebastian Roth 2015-05-07 16:35:53 +08:00
parent 02ea6f8937
commit 3079bf1d75
3 changed files with 7 additions and 7 deletions

View File

@ -20,7 +20,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:1.0.0' classpath 'com.android.tools.build:gradle:1.2.2'
classpath 'com.novoda:bintray-release:0.2.7' classpath 'com.novoda:bintray-release:0.2.7'
} }
} }

View File

@ -14,12 +14,12 @@
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
compileSdkVersion 21 compileSdkVersion 22
buildToolsVersion "21.1.2" buildToolsVersion "22.0.1"
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 21 targetSdkVersion 22
} }
buildTypes { buildTypes {
release { release {

View File

@ -15,8 +15,8 @@ apply plugin: 'com.android.library'
apply plugin: 'bintray-release' apply plugin: 'bintray-release'
android { android {
compileSdkVersion 21 compileSdkVersion 22
buildToolsVersion "21.1.2" buildToolsVersion "22.0.1"
defaultConfig { defaultConfig {
// Important: ExoPlayerLib specifies a minSdkVersion of 9 because // Important: ExoPlayerLib specifies a minSdkVersion of 9 because
@ -25,7 +25,7 @@ android {
// functionality provided by the library requires API level 16 or // functionality provided by the library requires API level 16 or
// greater. // greater.
minSdkVersion 9 minSdkVersion 9
targetSdkVersion 21 targetSdkVersion 22
} }
buildTypes { buildTypes {