Skip to content

Commit 0b2714f

Browse files
Update dependencies
1 parent 6f59b18 commit 0b2714f

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

gradle/libs.versions.toml

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
[versions]
2-
androidPlugin = "8.7.3"
2+
androidPlugin = "8.8.0"
33
kotlinPlugin = "2.1.0"
44
sentryPlugin = "4.14.1"
55
openapiPlugin = "7.10.0"
66
protobufPlugin = "0.9.4"
77
kspPlugin = "2.1.0-1.0.29"
8-
androidxComposeBom = "2024.11.00"
8+
androidxComposeBom = "2024.12.01"
99
androidxActivity = "1.9.3"
10-
androidxComposeAnimation = "1.7.5"
10+
androidxComposeAnimation = "1.7.6"
1111
androidxComposeMaterialAdaptive = "1.0.0"
1212
androidxCore = "1.15.0"
1313
androidxDatastore = "1.1.1"
1414
androidxEspressoCore = "3.6.1"
1515
androidxHilt = "1.2.0"
1616
androidxLifecycle = "2.8.7"
17-
androidxNavigation = "2.8.4"
17+
androidxNavigation = "2.8.5"
1818
androidxJunit = "1.2.1"
1919
androidxWork = "2.10.0"
2020
coilCompose = "2.7.0"
2121
conscrypt = "2.5.3"
22-
desugar = "2.1.3"
23-
hilt = "2.53"
22+
desugar = "2.1.4"
23+
hilt = "2.55"
2424
junit = "4.13.2"
25-
kotlinxCouroutines = "1.9.0"
26-
kotlinxSerialization = "1.7.3"
25+
kotlinxCouroutines = "1.10.1"
26+
kotlinxSerialization = "1.8.0"
2727
moshi = "1.15.2"
2828
okhttp = "4.12.0"
2929
playServicesBase = "18.5.0"
30-
protobuf = "4.29.1"
30+
protobuf = "4.29.3"
3131
retrofit = "2.11.0"
3232

3333
[libraries]

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

+1-2
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)