mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-12-22 19:01:30 +00:00
Updated dependencies.
This commit is contained in:
parent
a54dd079ae
commit
212803a09b
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@ buildscript {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:1.0.1'
|
||||
classpath 'com.github.ben-manes:gradle-versions-plugin:0.7'
|
||||
classpath 'com.android.tools.build:gradle:1.1.0'
|
||||
classpath 'com.github.ben-manes:gradle-versions-plugin:0.8'
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -37,7 +37,7 @@ preBuild {
|
|||
|
||||
android {
|
||||
compileSdkVersion 21
|
||||
buildToolsVersion "21.1.0"
|
||||
buildToolsVersion "21.1.2"
|
||||
|
||||
defaultConfig {
|
||||
versionCode getVersionCodeFromManifest()
|
||||
|
|
Loading…
Reference in a new issue