1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 12:21:15 +00:00

Updated dependencies.

This commit is contained in:
Felix Ableitner 2015-08-26 22:41:10 +02:00
parent c4ba3d480b
commit 9a215631e4
2 changed files with 3 additions and 2 deletions

View file

@ -6,7 +6,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:1.2.3'
classpath 'com.android.tools.build:gradle:1.3.1'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.11.3'
}
}
@ -26,7 +26,7 @@ repositories {
dependencies {
compile 'eu.chainfire:libsuperuser:1.0.0.201504231659'
compile 'com.android.support:appcompat-v7:22.2.0'
compile 'com.android.support:appcompat-v7:22.2.1'
compile 'com.android.support:support-v4-preferencefragment:1.0.0@aar'
androidTestCompile 'com.squareup.okhttp:mockwebserver:2.4.0'
}

1
gradle.properties Normal file
View file

@ -0,0 +1 @@
android.useDeprecatedNdk=true