Update Guava to 27.0.1-android.

This commit is contained in:
Andreas Schildbach
2019-02-14 23:20:55 +01:00
parent b5517a1b70
commit f24a4aa19a
18 changed files with 36 additions and 24 deletions

View File

@@ -5,7 +5,7 @@ eclipse.project.name = 'bitcoinj-wallettemplate'
dependencies {
implementation project(':core')
implementation 'com.google.guava:guava:25.1-android'
implementation 'com.google.guava:guava:27.0.1-android'
implementation 'org.fxmisc.easybind:easybind:1.0.2'
implementation 'de.jensd:fontawesomefx:8.0.0'
implementation 'net.glxn:qrgen:1.3'