Update dependencies

This commit is contained in:
topjohnwu
2025-10-19 20:05:54 -07:00
committed by John Wu
parent 536e50c6e0
commit 4ee2235961
3 changed files with 104 additions and 104 deletions

View File

@@ -3,11 +3,11 @@ kotlin = "2.2.20"
android = "8.13.0"
ksp = "2.2.20-2.0.2"
rikka = "1.3.0"
navigation = "2.9.4"
navigation = "2.9.5"
libsu = "6.0.0"
okhttp = "5.1.0"
okhttp = "5.2.1"
retrofit = "3.0.0"
room = "2.8.0"
room = "2.8.2"
[libraries]
bcpkix = { module = "org.bouncycastle:bcpkix-jdk18on", version = "1.82" }