1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-12-23 03:11:30 +00:00

Updated dependencies.

This commit is contained in:
Felix Ableitner 2015-02-22 20:43:59 +01:00
parent a54dd079ae
commit 212803a09b

View file

@ -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()