Skip to content

Commit 9edfb8a

Browse files
authored
Update deps. (#1804)
1 parent 38dcbfd commit 9edfb8a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[versions]
22
agp = "8.13.0"
3-
aboutlibraries = "12.2.4"
3+
aboutlibraries = "13.0.0"
44
androidX-lifecycle = "2.9.4"
5-
androidX-room = "2.8.1"
6-
firebase-bom = "34.3.0"
5+
androidX-room = "2.8.2"
6+
firebase-bom = "34.4.0"
77
hiddenApiRefine = "4.4.0"
88
kotlin = "2.2.20"
9-
protoc = "4.32.0"
9+
protoc = "4.32.1"
1010
shizuku = "13.1.5"
1111
square-retrofit = "3.0.0"
1212
zhaobozhen = "1.1.6"
@@ -15,7 +15,7 @@ zhaobozhen = "1.1.6"
1515
android-application = { id = "com.android.application", version.ref = "agp" }
1616
android-library = { id = "com.android.library", version.ref = "agp" }
1717
firebase-crashlytics = { id = "com.google.firebase.crashlytics", version = "3.0.6" }
18-
gms = { id = "com.google.gms.google-services", version = "4.4.3" }
18+
gms = { id = "com.google.gms.google-services", version = "4.4.4" }
1919
hiddenApiRefine = { id = "dev.rikka.tools.refine", version.ref = "hiddenApiRefine" }
2020
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
2121
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
@@ -51,8 +51,8 @@ androidX-window = "androidx.window:window:1.5.0"
5151

5252
square-leakCanary = "com.squareup.leakcanary:leakcanary-android:2.14"
5353
square-moshi = "com.squareup.moshi:moshi:1.15.2"
54-
square-okHttp = "com.squareup.okhttp3:okhttp:5.1.0"
55-
square-okio = "com.squareup.okio:okio:3.16.0"
54+
square-okHttp = "com.squareup.okhttp3:okhttp:5.2.1"
55+
square-okio = "com.squareup.okio:okio:3.16.1"
5656
square-retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "square-retrofit" }
5757
square-retrofit-moshi = { module = "com.squareup.retrofit2:converter-moshi", version.ref = "square-retrofit" }
5858

0 commit comments

Comments
 (0)