This commit is contained in:
2025-07-15 17:18:53 +09:00
parent 0f77c9cf10
commit 81e4c77644
6 changed files with 11 additions and 6 deletions
+4 -2
View File
@@ -1,10 +1,11 @@
[versions]
loggingInterceptor = "4.5.0"
mustache = "0.9.14"
jacksonCore = "2.19.0"
jacksonDataformatYaml = "2.19.0"
minSdk = "26"
compileSdk = "36"
targetSdk = "36"
compileSdk = "35"
targetSdk = "34"
pluginSdk = "2.2.0"
@@ -48,6 +49,7 @@ espressoCore = "3.6.1"
osmOpeningHours = "0.2.0"
[libraries]
logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "loggingInterceptor" }
mustache-compiler = { module = "com.github.spullara.mustache.java:compiler", version.ref = "mustache" }
jackson-core = { module = "com.fasterxml.jackson.core:jackson-core", version.ref = "jacksonCore" }