mirror of
https://github.com/f-droid/fdroidclient.git
synced 2025-12-23 23:27:44 -05:00
Upgrade dependencies prior to library publishing
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user