1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2025-02-02 15:21:36 +00:00

Update build tools and dependencies (fixes #1001)

This commit is contained in:
Felix Ableitner 2017-12-27 02:59:48 +09:00
parent 531f1c4041
commit b59f2b4798

View file

@ -8,19 +8,19 @@ dependencies {
implementation 'com.google.zxing:android-integration:3.3.0' implementation 'com.google.zxing:android-integration:3.3.0'
implementation 'com.google.code.gson:gson:2.8.2' implementation 'com.google.code.gson:gson:2.8.2'
implementation 'org.mindrot:jbcrypt:0.4' implementation 'org.mindrot:jbcrypt:0.4'
implementation 'com.google.guava:guava:23.5-android' implementation 'com.google.guava:guava:23.6-android'
implementation 'com.annimon:stream:1.1.9' implementation 'com.annimon:stream:1.1.9'
implementation 'com.android.volley:volley:1.1.0' implementation 'com.android.volley:volley:1.1.0'
implementation 'com.android.support.constraint:constraint-layout:1.0.2' implementation 'com.android.support.constraint:constraint-layout:1.0.2'
implementation "com.google.dagger:dagger:2.13" implementation "com.google.dagger:dagger:2.14.1"
annotationProcessor "com.google.dagger:dagger-compiler:2.13" annotationProcessor "com.google.dagger:dagger-compiler:2.14.1"
androidTestImplementation 'com.android.support.test:rules:1.0.1' androidTestImplementation 'com.android.support.test:rules:1.0.1'
androidTestImplementation 'com.android.support:support-annotations:27.0.2' androidTestImplementation 'com.android.support:support-annotations:27.0.2'
} }
android { android {
compileSdkVersion 26 compileSdkVersion 26
buildToolsVersion "26.0.2" buildToolsVersion "27.0.2"
buildTypes.debug.applicationIdSuffix ".debug" buildTypes.debug.applicationIdSuffix ".debug"
dataBinding.enabled = true dataBinding.enabled = true