Skip to content

Commit 9d53dd4

Browse files
fix(deps): update all
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4a1aae1 commit 9d53dd4

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

gradle/libs.versions.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
11
[versions]
22
# Build Tools
3-
agp = "9.0.1"
4-
kotlin = "2.3.10"
3+
agp = "9.2.1"
4+
kotlin = "2.3.21"
55
ksp = "2.3.5"
66
androidRust = "0.6.0"
77

88
# Kotlin Libraries
99
kotlinCoroutines = "1.10.2"
1010

1111
# AndroidX
12-
androidxKtx = "1.17.0"
12+
androidxKtx = "1.18.0"
1313
appcompat = "1.7.1"
1414
constraintlayout = "2.2.1"
1515
preference = "1.2.1"
1616
lifecycle = "2.10.0"
1717
recyclerview = "1.4.0"
1818
drawerlayout = "1.2.0"
1919
viewpager2 = "1.1.0"
20-
activity = "1.12.4"
20+
activity = "1.13.0"
2121
fragment = "1.8.9"
22-
navigation = "2.9.7"
23-
work = "2.11.1"
22+
navigation = "2.9.8"
23+
work = "2.11.2"
2424
cardview = "1.0.0"
2525
documentfile = "1.1.0"
2626
room = "2.8.4"
27-
composeBom = "2026.02.00"
27+
composeBom = "2026.05.00"
2828

2929
# Google / Firebase (NO FREE)
3030
googleServices = "4.4.4"
31-
firebaseCrashlyticsPlugin = "3.0.6"
31+
firebaseCrashlyticsPlugin = "3.0.7"
3232
firebasePerfPlugin = "2.0.2"
33-
firebasePerf = "22.0.4"
34-
firebaseAnalytics = "23.0.0"
35-
firebaseCrashlytics = "20.0.4"
36-
material = "1.13.0"
33+
firebasePerf = "22.0.5"
34+
firebaseAnalytics = "23.2.0"
35+
firebaseCrashlytics = "20.0.6"
36+
material = "1.14.0"
3737
protobuf = "4.33.5"
3838

3939
# Networking
4040
okhttp = "5.3.2"
4141
ktor = "3.4.0"
4242

4343
# Serialization
44-
gson = "2.13.2"
44+
gson = "2.14.0"
4545
jacksonDatabind = "2.21.0"
4646

4747
# Image Loading
48-
glide = "5.0.5"
48+
glide = "5.0.7"
4949

5050
# Other Libraries
5151
desugarJdkLibs = "2.1.5"
@@ -56,15 +56,15 @@ vectorChildFinder = "1.0.0"
5656
rikkaxInsets = "1.3.0"
5757
rikkaxLayoutinflater = "1.3.0"
5858
baseRecyclerViewAdapterHelper = "3.0.12"
59-
lunarJava = "1.7.6"
59+
lunarJava = "1.7.7"
6060
shizuku = "13.1.5"
6161
hiddenApiBypass = "6.1"
6262
markdown = "0.7.3"
6363
gplayapi = "3.3.1"
6464
jbcrypt = "0.4"
6565
sardineAndroid = "0.9"
66-
sqliteJdbc = "3.51.2.0"
67-
mavenArtifact = "3.9.12"
66+
sqliteJdbc = "3.53.1.0"
67+
mavenArtifact = "3.9.15"
6868
commonsText = "1.15.0"
6969
toastcompat = "1.1.0"
7070

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Fri Feb 13 21:18:38 CST 2026
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)