Commit 3079bf1d by Sebastian Roth

gradle updates

parent 02ea6f89
......@@ -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'
}
}
......
......@@ -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 {
......
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment