File tree 3 files changed +11
-12
lines changed
3 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 1
1
[versions ]
2
- androidPlugin = " 8.7.3 "
2
+ androidPlugin = " 8.8.0 "
3
3
kotlinPlugin = " 2.1.0"
4
4
sentryPlugin = " 4.14.1"
5
5
openapiPlugin = " 7.10.0"
6
6
protobufPlugin = " 0.9.4"
7
7
kspPlugin = " 2.1.0-1.0.29"
8
- androidxComposeBom = " 2024.11.00 "
8
+ androidxComposeBom = " 2024.12.01 "
9
9
androidxActivity = " 1.9.3"
10
- androidxComposeAnimation = " 1.7.5 "
10
+ androidxComposeAnimation = " 1.7.6 "
11
11
androidxComposeMaterialAdaptive = " 1.0.0"
12
12
androidxCore = " 1.15.0"
13
13
androidxDatastore = " 1.1.1"
14
14
androidxEspressoCore = " 3.6.1"
15
15
androidxHilt = " 1.2.0"
16
16
androidxLifecycle = " 2.8.7"
17
- androidxNavigation = " 2.8.4 "
17
+ androidxNavigation = " 2.8.5 "
18
18
androidxJunit = " 1.2.1"
19
19
androidxWork = " 2.10.0"
20
20
coilCompose = " 2.7.0"
21
21
conscrypt = " 2.5.3"
22
- desugar = " 2.1.3 "
23
- hilt = " 2.53 "
22
+ desugar = " 2.1.4 "
23
+ hilt = " 2.55 "
24
24
junit = " 4.13.2"
25
- kotlinxCouroutines = " 1.9.0 "
26
- kotlinxSerialization = " 1.7.3 "
25
+ kotlinxCouroutines = " 1.10.1 "
26
+ kotlinxSerialization = " 1.8.0 "
27
27
moshi = " 1.15.2"
28
28
okhttp = " 4.12.0"
29
29
playServicesBase = " 18.5.0"
30
- protobuf = " 4.29.1 "
30
+ protobuf = " 4.29.3 "
31
31
retrofit = " 2.11.0"
32
32
33
33
[libraries ]
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 86
86
# shellcheck disable=SC2034
87
87
APP_BASE_NAME=${0##*/ }
88
88
# 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
91
90
92
91
# Use the maximum available, or set MAX_FD != -1 to use that value.
93
92
MAX_FD=maximum
You can’t perform that action at this time.
0 commit comments