mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 22:31:16 +00:00
Updated dependencies.
This commit is contained in:
parent
5b9cd28eb8
commit
020b37dbab
1 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ buildscript {
|
|||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:2.1.2'
|
||||
classpath 'com.github.ben-manes:gradle-versions-plugin:0.12.0'
|
||||
classpath 'com.github.ben-manes:gradle-versions-plugin:0.13.0'
|
||||
classpath 'com.github.triplet.gradle:play-publisher:1.1.4'
|
||||
}
|
||||
}
|
||||
|
@ -21,10 +21,10 @@ repositories {
|
|||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
compile 'eu.chainfire:libsuperuser:1.0.0.201602271131'
|
||||
compile 'com.android.support:design:24.0.0'
|
||||
compile 'eu.chainfire:libsuperuser:1.0.0.201607041850'
|
||||
compile 'com.android.support:design:24.1.0'
|
||||
compile 'com.google.zxing:android-integration:3.2.1'
|
||||
compile 'com.google.code.gson:gson:2.6.2'
|
||||
compile 'com.google.code.gson:gson:2.7'
|
||||
androidTestCompile 'com.squareup.okhttp:mockwebserver:2.4.0'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue