1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00

Migrate to android support r20 and build tools v20

This commit is contained in:
Christophe Beyls 2014-10-31 16:51:18 +01:00
parent 1907c575bf
commit 11d96223a6
2 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:0.8.+'
classpath 'com.android.tools.build:gradle:0.12.+'
}
}
@ -38,10 +38,10 @@ android {
}
compileSdkVersion 19
buildToolsVersion "19.0.1"
buildToolsVersion "20.0.0"
}
dependencies {
compile "com.android.support:appcompat-v7:19.0.+"
compile "com.android.support:appcompat-v7:20.0.+"
compile files('libs/photoview-1.2.2.jar')
}

View file

@ -12,4 +12,4 @@ proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.
# Project target.
target=android-19
android.library.reference.1=../../apps/android-sdk/extras/android/support/v7/appcompat
android.library.reference.1=../../apps/android-sdk-archive/extras/android/support/v7/appcompat