Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Aug 20, 2024
1 parent 55e78a7 commit 3f061c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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" }
Expand Down

0 comments on commit 3f061c1

Please sign in to comment.