Skip to content

Commit 9579688

Browse files
fix(deps): update all dependencies (#100)
* fix(deps): update all dependencies * Rollback AGP update --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: M R 3 Y <26522145+mr3y-the-programmer@users.noreply.github.com>
1 parent d089c8d commit 9579688

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

gradle/libs.versions.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ kotlin = "2.1.0"
77
ksp = "2.1.0-1.0.29"
88
ktlint = "12.1.2"
99
kotlinx-serialization = "1.7.3"
10-
hilt = "2.53"
10+
hilt = "2.54"
1111
hilt-androidx = "1.2.0"
1212
core-ktx = "1.15.0"
1313
splashscreen = "1.0.1"
1414
junit = "4.13.2"
1515
robolectric = "4.14.1"
16-
roborazzi = "1.36.0"
16+
roborazzi = "1.38.0"
1717
okio = "3.9.1"
18-
mockk = "1.13.13"
18+
mockk = "1.13.14"
1919
assertk = "0.28.1"
2020
turbine = "1.2.0"
2121
androidx-test-ext-junit = "1.2.1"
@@ -25,18 +25,18 @@ androidx-annotations = "1.9.1"
2525
espresso-core = "3.6.1"
2626
lifecycle-runtime = "2.8.7"
2727
activity-compose = "1.9.3"
28-
compose-bom = "2024.11.00"
28+
compose-bom = "2024.12.01"
2929
compose-htmlconverter = "1.0.2"
3030
kmpalette = "3.1.0"
3131
lyricist = "1.7.0"
32-
navigation = "2.8.4"
32+
navigation = "2.8.5"
3333
molecule = "2.0.0"
34-
media3 = "1.5.0"
34+
media3 = "1.5.1"
3535
coroutines = "1.9.0"
3636
workmanager = "2.10.0"
3737
coil = "3.0.4"
38-
ktor = "3.0.2"
39-
result = "2.0.0"
38+
ktor = "3.0.3"
39+
result = "2.0.1"
4040
xmlutil = "0.90.3"
4141
kermit = "2.0.5"
4242
sqldelight = "2.0.2"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=f397b287023acdba1e9f6fc5ea72d22dd63669d59ed4a289a29b1a76eee151c6
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
3+
distributionSha256Sum=7a00d51fb93147819aab76024feece20b6b84e420694101f276be952e08bef03
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ done
8686
# shellcheck disable=SC2034
8787
APP_BASE_NAME=${0##*/}
8888
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89-
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
90-
' "$PWD" ) || exit
89+
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
9190

9291
# Use the maximum available, or set MAX_FD != -1 to use that value.
9392
MAX_FD=maximum

0 commit comments

Comments
 (0)