Get rid of Guava

This commit is contained in:
MM20
2025-02-10 20:41:40 +01:00
parent bbb50e6e5e
commit 8d1800b95b
5 changed files with 21 additions and 12 deletions
-2
View File
@@ -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" }