Skip to content

Commit 6014a06

Browse files
authored
Update deps. (#1815)
1 parent 2fb1581 commit 6014a06

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[versions]
22
agp = "8.13.0"
3-
aboutlibraries = "13.0.0"
3+
aboutlibraries = "12.2.4"
44
androidX-lifecycle = "2.9.4"
55
androidX-room = "2.8.2"
66
firebase-bom = "34.4.0"
77
hiddenApiRefine = "4.4.0"
88
kotlin = "2.2.20"
9-
protoc = "4.32.1"
9+
protoc = "4.33.0"
1010
shizuku = "13.1.5"
1111
square-retrofit = "3.0.0"
1212
zhaobozhen = "1.1.6"
@@ -52,7 +52,7 @@ androidX-window = "androidx.window:window:1.5.0"
5252
square-leakCanary = "com.squareup.leakcanary:leakcanary-android:2.14"
5353
square-moshi = "com.squareup.moshi:moshi:1.15.2"
5454
square-okHttp = "com.squareup.okhttp3:okhttp:5.2.1"
55-
square-okio = "com.squareup.okio:okio:3.16.1"
55+
square-okio = "com.squareup.okio:okio:3.16.2"
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

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencyResolutionManagement {
2828
}
2929

3030
plugins {
31-
id("com.gradle.develocity") version "4.2.1"
31+
id("com.gradle.develocity") version "4.2.2"
3232
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
3333
}
3434

0 commit comments

Comments
 (0)