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:
parent
c20c4345bc
commit
db3dbebe96
1 changed files with 4 additions and 4 deletions
|
@ -4,8 +4,8 @@ buildscript {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:0.9.0+'
|
classpath 'com.android.tools.build:gradle:0.11+'
|
||||||
classpath 'com.alexvasilkov:android_sign:0.2'
|
classpath 'com.alexvasilkov:android_sign:0.2+'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ dependencies {
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 19
|
compileSdkVersion 19
|
||||||
buildToolsVersion "19.0.3"
|
buildToolsVersion "19.1.0"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
versionCode getVersionCodeFromManifest()
|
versionCode getVersionCodeFromManifest()
|
||||||
|
@ -51,7 +51,7 @@ android {
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
debug {
|
debug {
|
||||||
packageNameSuffix ".debug"
|
applicationIdSuffix ".debug"
|
||||||
debuggable true
|
debuggable true
|
||||||
}
|
}
|
||||||
release {
|
release {
|
||||||
|
|
Loading…
Reference in a new issue