mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-07 10:42:07 +00:00
Update build.gradle: com.google.code.gson:gson:2.8.
This commit is contained in:
parent
19ddbeb91e
commit
aa57f04e9f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ dependencies {
|
|||
implementation 'com.android.support:design:28.0.0'
|
||||
implementation 'com.android.support:recyclerview-v7:28.0.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.3'
|
||||
implementation 'org.mindrot:jbcrypt:0.4'
|
||||
// com.google.guava:guava:24.1-jre will crash on Android 5.x
|
||||
implementation 'com.google.guava:guava:26.0-android'
|
||||
|
|
Loading…
Reference in a new issue