File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
[versions ]
2
- androidGradlePlugin = " 8.9.1 "
2
+ androidGradlePlugin = " 8.10.0 "
3
3
androidxActivity = " 1.10.1"
4
- androidxComposeBom = " 2025.04.00 "
4
+ androidxComposeBom = " 2025.05.01 "
5
5
androidxCore = " 1.16.0"
6
6
androidxHilt = " 1.2.0"
7
- androidxLifecycle = " 2.8.7 "
8
- androidxNavigation = " 2.8.9 "
9
- androidxRoom = " 2.7.0 "
7
+ androidxLifecycle = " 2.9.0 "
8
+ androidxNavigation = " 2.9.0 "
9
+ androidxRoom = " 2.7.1 "
10
10
androidxTestCore = " 1.6.1"
11
11
androidxTestExt = " 1.2.1"
12
12
androidxTestRunner = " 1.6.2"
13
13
coroutines = " 1.10.2"
14
- hilt = " 2.56.1 "
14
+ hilt = " 2.56.2 "
15
15
junit = " 4.13.2"
16
- kotlin = " 2.1.20 "
17
- ksp = " 2.1.20 -2.0.0 "
16
+ kotlin = " 2.1.21 "
17
+ ksp = " 2.1.21 -2.0.1 "
18
18
19
19
[libraries ]
20
20
androidx-activity-compose = { module = " androidx.activity:activity-compose" , version.ref = " androidxActivity" }
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.13 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.1 -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 @@ -114,7 +114,7 @@ case "$( uname )" in #(
114
114
NONSTOP* ) nonstop=true ;;
115
115
esac
116
116
117
- CLASSPATH=$APP_HOME /gradle/wrapper/gradle-wrapper.jar
117
+ CLASSPATH=" \\\"\\\" "
118
118
119
119
120
120
# Determine the Java command to use to start the JVM.
@@ -213,7 +213,7 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
213
213
set -- \
214
214
" -Dorg.gradle.appname=$APP_BASE_NAME " \
215
215
-classpath " $CLASSPATH " \
216
- org. gradle. wrapper.GradleWrapperMain \
216
+ -jar " $APP_HOME / gradle/ wrapper/gradle-wrapper.jar " \
217
217
" $@ "
218
218
219
219
# Stop when "xargs" is not available.
Original file line number Diff line number Diff line change @@ -70,11 +70,11 @@ goto fail
70
70
:execute
71
71
@ rem Setup the command line
72
72
73
- set CLASSPATH = %APP_HOME% \gradle\wrapper\gradle-wrapper.jar
73
+ set CLASSPATH =
74
74
75
75
76
76
@ rem Execute Gradle
77
- " %JAVA_EXE% " %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% " -Dorg.gradle.appname=%APP_BASE_NAME% " -classpath " %CLASSPATH% " org. gradle. wrapper.GradleWrapperMain %*
77
+ " %JAVA_EXE% " %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% " -Dorg.gradle.appname=%APP_BASE_NAME% " -classpath " %CLASSPATH% " -jar " %APP_HOME% \ gradle\ wrapper\gradle-wrapper.jar " %*
78
78
79
79
:end
80
80
@ rem End local scope for the variables with windows NT shell
You can’t perform that action at this time.
0 commit comments