Get rid of Guava
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
[versions]
|
||||
mustache = "0.9.7"
|
||||
guava = "33.1.0-android"
|
||||
jacksonCore = "2.12.7"
|
||||
jacksonDataformatYaml = "2.12.7"
|
||||
minSdk = "26"
|
||||
@@ -49,7 +48,6 @@ osmOpeningHours = "0.1.0"
|
||||
mustache-compiler = { module = "com.github.spullara.mustache.java:compiler", version.ref = "mustache" }
|
||||
gradle = { group = "com.android.tools.build", name = "gradle", version.ref = "android-gradle-plugin" }
|
||||
|
||||
guava = { module = "com.google.guava:guava", version.ref = "guava" }
|
||||
jackson-core = { module = "com.fasterxml.jackson.core:jackson-core", version.ref = "jacksonCore" }
|
||||
jackson-dataformat-yaml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml", version.ref = "jacksonDataformatYaml" }
|
||||
kotlin-stdlib = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib", version.ref = "kotlin" }
|
||||
|
||||
Reference in New Issue
Block a user