Use build tools version 22.

This commit is contained in:
Sebastian Kaspari 2015-03-18 08:26:07 +01:00
parent 330239c093
commit 0a42cb5352
1 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 22
buildToolsVersion "21.1.1"
buildToolsVersion '22.0.0'
defaultConfig {
applicationId "org.yaaic"
@ -21,7 +21,6 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:support-v4:22.0.0'
compile 'com.viewpagerindicator:library:2.4.1@aar'