File tree Expand file tree Collapse file tree 3 files changed +11
-12
lines changed Expand file tree Collapse file tree 3 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ kotlin = "2.1.0"
77ksp = " 2.1.0-1.0.29"
88ktlint = " 12.1.2"
99kotlinx-serialization = " 1.7.3"
10- hilt = " 2.53 "
10+ hilt = " 2.54 "
1111hilt-androidx = " 1.2.0"
1212core-ktx = " 1.15.0"
1313splashscreen = " 1.0.1"
1414junit = " 4.13.2"
1515robolectric = " 4.14.1"
16- roborazzi = " 1.36 .0"
16+ roborazzi = " 1.38 .0"
1717okio = " 3.9.1"
18- mockk = " 1.13.13 "
18+ mockk = " 1.13.14 "
1919assertk = " 0.28.1"
2020turbine = " 1.2.0"
2121androidx-test-ext-junit = " 1.2.1"
@@ -25,18 +25,18 @@ androidx-annotations = "1.9.1"
2525espresso-core = " 3.6.1"
2626lifecycle-runtime = " 2.8.7"
2727activity-compose = " 1.9.3"
28- compose-bom = " 2024.11.00 "
28+ compose-bom = " 2024.12.01 "
2929compose-htmlconverter = " 1.0.2"
3030kmpalette = " 3.1.0"
3131lyricist = " 1.7.0"
32- navigation = " 2.8.4 "
32+ navigation = " 2.8.5 "
3333molecule = " 2.0.0"
34- media3 = " 1.5.0 "
34+ media3 = " 1.5.1 "
3535coroutines = " 1.9.0"
3636workmanager = " 2.10.0"
3737coil = " 3.0.4"
38- ktor = " 3.0.2 "
39- result = " 2.0.0 "
38+ ktor = " 3.0.3 "
39+ result = " 2.0.1 "
4040xmlutil = " 0.90.3"
4141kermit = " 2.0.5"
4242sqldelight = " 2.0.2"
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
55networkTimeout =10000
66validateDistributionUrl =true
77zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 8686# shellcheck disable=SC2034
8787APP_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.
9392MAX_FD=maximum
You can’t perform that action at this time.
0 commit comments