Update dependencies

This commit is contained in:
topjohnwu 2024-08-19 17:50:56 -07:00
parent 55e78a7b1a
commit 3f061c1a1e

View File

@ -1,7 +1,7 @@
[versions]
kotlin = "2.0.0"
kotlin = "2.0.10"
android = "8.5.2"
ksp = "2.0.0-1.0.23"
ksp = "2.0.10-1.0.24"
rikka = "1.3.0"
navigation = "2.7.7"
libsu = "6.0.0"
@ -12,7 +12,7 @@ room = "2.6.1"
[libraries]
bcpkix = { module = "org.bouncycastle:bcpkix-jdk18on", version = "1.78.1" }
commons-compress = { module = "org.apache.commons:commons-compress", version = "1.26.2" }
commons-compress = { module = "org.apache.commons:commons-compress", version = "1.27.0" }
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
retrofit-moshi = { module = "com.squareup.retrofit2:converter-moshi", version.ref = "retrofit" }
retrofit-scalars = { module = "com.squareup.retrofit2:converter-scalars", version.ref = "retrofit" }