Update Guava to 25.1-android.

This commit is contained in:
Andreas Schildbach
2018-11-27 13:33:00 +01:00
parent 092335e6fe
commit 7b0a9c207f
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ apply plugin: 'java'
dependencies {
implementation project(':core')
implementation 'com.google.guava:guava:24.0-android'
implementation 'com.google.guava:guava:25.1-android'
implementation 'org.fxmisc.easybind:easybind:1.0.2'
implementation 'de.jensd:fontawesomefx:8.0.0'
implementation 'net.glxn:qrgen:1.3'