1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 12:21:15 +00:00

Update build tools.

This commit is contained in:
Felix Ableitner 2014-06-09 23:49:58 +02:00
parent c20c4345bc
commit db3dbebe96

View file

@ -4,8 +4,8 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:0.9.0+'
classpath 'com.alexvasilkov:android_sign:0.2'
classpath 'com.android.tools.build:gradle:0.11+'
classpath 'com.alexvasilkov:android_sign:0.2+'
}
}
@ -24,7 +24,7 @@ dependencies {
android {
compileSdkVersion 19
buildToolsVersion "19.0.3"
buildToolsVersion "19.1.0"
defaultConfig {
versionCode getVersionCodeFromManifest()
@ -51,7 +51,7 @@ android {
buildTypes {
debug {
packageNameSuffix ".debug"
applicationIdSuffix ".debug"
debuggable true
}
release {