Upgrade dependencies prior to library publishing

This commit is contained in:
Torsten Grote
2025-11-03 10:07:35 -03:00
parent 5a04b315d5
commit b62233e8d2
2 changed files with 535 additions and 6 deletions

View File

@@ -1,18 +1,18 @@
[versions]
compileSdk = "36"
kotlin = "2.2.0"
kotlin = "2.2.21"
androidGradlePlugin = "8.11.1" # 8.12.0 pulls in aapt2 which has issue on buildserver
androidKspPlugin = "2.2.0-2.0.2" # first version needs to match kotlin version
dokka = "2.0.0"
androidKspPlugin = "2.2.21-2.0.4" # first version needs to match kotlin version
dokka = "2.1.0"
mavenPublish = "0.34.0"
jlleitschuhKtlint = "13.1.0"
kotlinxSerializationJson = "1.9.0" # 1.4.1 because https://github.com/Kotlin/kotlinx.serialization/issues/2231
kotlinxSerializationJson = "1.9.0"
kotlinxCoroutinesTest = "1.10.2"
ktor = "3.3.0"
ktor = "3.3.1"
okhttp = "4.12.0"
room = "2.8.1"
room = "2.8.3"
glide = "5.0.5"
glideCompose = "1.0.0-beta08"

View File

File diff suppressed because it is too large Load Diff