mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-23 04:41:16 +00:00
Updated dependencies.
This commit is contained in:
parent
fa3898f8f4
commit
4f5a467ee0
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ buildscript {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:0.13.3'
|
||||
classpath 'com.android.tools.build:gradle:0.14.1'
|
||||
classpath 'com.github.ben-manes:gradle-versions-plugin:0.5'
|
||||
classpath 'org.codehaus.groovy:groovy-backports-compat23:2.3.5'
|
||||
}
|
||||
|
@ -38,7 +38,7 @@ preBuild {
|
|||
|
||||
android {
|
||||
compileSdkVersion 21
|
||||
buildToolsVersion "19.1.0"
|
||||
buildToolsVersion "21.1.0"
|
||||
|
||||
defaultConfig {
|
||||
versionCode getVersionCodeFromManifest()
|
||||
|
|
Loading…
Reference in a new issue