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()
}
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'
}
}

View File

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

View File

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