Upgraded build tools, bumped target SDK

This commit is contained in:
str4d
2015-05-27 11:39:42 +00:00
parent ff838bbc33
commit 59f26a3522
2 changed files with 4 additions and 4 deletions

View File

@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
apply plugin: 'witness'
android {
compileSdkVersion 21
buildToolsVersion '21.1.2'
compileSdkVersion 22
buildToolsVersion '22.0.1'
defaultConfig {
versionCode 11
versionName '0.5'
minSdkVersion 9
targetSdkVersion 21
targetSdkVersion 22
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

View File

@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.0.0'
classpath 'com.android.tools.build:gradle:1.2.3'
classpath files('gradle/libs/gradle-witness.jar')
}
}