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
f110e02718
commit
d8499b4602
1 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'com.android.support:appcompat-v7:21.0.3'
|
compile 'com.android.support:appcompat-v7:22.0.0'
|
||||||
compile 'com.android.support:support-v4-preferencefragment:1.0.0@aar'
|
compile 'com.android.support:support-v4-preferencefragment:1.0.0@aar'
|
||||||
androidTestCompile 'com.squareup.okhttp:mockwebserver:2.3.0'
|
androidTestCompile 'com.squareup.okhttp:mockwebserver:2.3.0'
|
||||||
}
|
}
|
||||||
|
@ -38,8 +38,8 @@ preBuild {
|
||||||
project.archivesBaseName = 'syncthing'
|
project.archivesBaseName = 'syncthing'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 21
|
compileSdkVersion 22
|
||||||
buildToolsVersion "21.1.2"
|
buildToolsVersion "22.0.1"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
versionCode getVersionCodeFromManifest()
|
versionCode getVersionCodeFromManifest()
|
||||||
|
|
Loading…
Reference in a new issue