Update dependencies
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[versions]
|
||||
mustache = "0.9.14"
|
||||
jacksonCore = "2.19.0"
|
||||
jacksonDataformatYaml = "2.19.0"
|
||||
jacksonCore = "2.20.1"
|
||||
jacksonDataformatYaml = "2.20.1"
|
||||
minSdk = "26"
|
||||
compileSdk = "36"
|
||||
targetSdk = "36"
|
||||
@@ -9,18 +9,18 @@ targetSdk = "36"
|
||||
pluginSdk = "2.2.0"
|
||||
|
||||
gradle = "8.1.2"
|
||||
android-gradle-plugin = "8.12.0"
|
||||
ksp-gradle-plugin = "2.2.20-2.0.3"
|
||||
android-gradle-plugin = "8.13.0"
|
||||
ksp-gradle-plugin = "2.3.2"
|
||||
|
||||
kotlin = "2.2.20"
|
||||
kotlin = "2.2.21"
|
||||
kotlinx-coroutines = "1.10.2"
|
||||
kotlinx-immutable = "0.4.0"
|
||||
kotlinx-serialization = "1.9.0"
|
||||
|
||||
jetbrains-markdown = "0.7.3"
|
||||
|
||||
androidx-compose = "1.10.0-alpha05"
|
||||
androidx-compose-material3 = "1.5.0-alpha06"
|
||||
androidx-compose = "1.10.0-beta02"
|
||||
androidx-compose-material3 = "1.5.0-alpha08"
|
||||
androidx-lifecycle = "2.9.4"
|
||||
androidx-core = "1.17.0"
|
||||
androidx-appcompat = "1.7.1"
|
||||
@@ -31,7 +31,7 @@ androidx-work = "2.9.0"
|
||||
androidx-browser = "1.9.0"
|
||||
androidx-palette = "1.0.0"
|
||||
androidx-media2 = "1.3.0"
|
||||
androidx-room = "2.8.2"
|
||||
androidx-room = "2.8.3"
|
||||
androidx-constraint-layout = "1.1.1"
|
||||
androidx-emojipicker = "1.6.0"
|
||||
|
||||
@@ -39,12 +39,12 @@ accompanist = "0.36.0"
|
||||
haze = "1.6.10"
|
||||
coil = "2.7.0"
|
||||
koin = "4.1.1"
|
||||
ktor = "3.3.1"
|
||||
ktor = "3.3.2"
|
||||
junit = "4.13.2"
|
||||
junitVersion = "1.2.1"
|
||||
espressoCore = "3.6.1"
|
||||
|
||||
osmOpeningHours = "0.2.0"
|
||||
osmOpeningHours = "0.3.0"
|
||||
|
||||
[libraries]
|
||||
mustache-compiler = { module = "com.github.spullara.mustache.java:compiler", version.ref = "mustache" }
|
||||
@@ -144,4 +144,4 @@ ksp = { id = "com.google.devtools.ksp", version.ref = "ksp-gradle-plugin" }
|
||||
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
||||
kotlin-plugin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
||||
kotlin-plugin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
||||
dokka = { id = "org.jetbrains.dokka", version = "2.0.0" }
|
||||
dokka = { id = "org.jetbrains.dokka", version = "2.1.0" }
|
||||
|
||||
Reference in New Issue
Block a user