Skip to content

Commit 9edb014

Browse files
renovate: update major-risky-update
1 parent 6d4994d commit 9edb014

File tree

9 files changed

+21
-22
lines changed

9 files changed

+21
-22
lines changed

.github/workflows/checkStyle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
distribution: 'adopt'
2323

2424
- name: Setup Gradle
25-
uses: gradle/actions/setup-gradle@v3
25+
uses: gradle/actions/setup-gradle@v4
2626

2727
- name: Validate Gradle Wrapper
28-
uses: gradle/actions/wrapper-validation@v3
28+
uses: gradle/actions/wrapper-validation@v4
2929

3030
- name: Grant execute permission for gradlew
3131
run: chmod +x gradlew

.github/workflows/publishAndroidLava.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
distribution: 'adopt'
3535

3636
- name: Setup Gradle
37-
uses: gradle/actions/setup-gradle@v3
37+
uses: gradle/actions/setup-gradle@v4
3838

3939
- name: Validate Gradle Wrapper
40-
uses: gradle/actions/wrapper-validation@v3
40+
uses: gradle/actions/wrapper-validation@v4
4141

4242
- name: Grant execute permission for gradlew
4343
run: chmod +x gradlew

.github/workflows/publishAndroidProd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
distribution: 'adopt'
2424

2525
- name: Setup Gradle
26-
uses: gradle/actions/setup-gradle@v3
26+
uses: gradle/actions/setup-gradle@v4
2727

2828
- name: Validate Gradle Wrapper
29-
uses: gradle/actions/wrapper-validation@v3
29+
uses: gradle/actions/wrapper-validation@v4
3030

3131
- name: Grant execute permission for gradlew
3232
run: chmod +x gradlew

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
distribution: 'adopt'
3232

3333
- name: Setup Gradle
34-
uses: gradle/actions/setup-gradle@v3
34+
uses: gradle/actions/setup-gradle@v4
3535

3636
- name: Grant execute permission for gradlew
3737
run: chmod +x gradlew
3838

3939
- name: Validate Gradle Wrapper
40-
uses: gradle/actions/wrapper-validation@v3
40+
uses: gradle/actions/wrapper-validation@v4
4141

4242
- name: Cache kotlin native build tooling
4343
uses: actions/cache@v4

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
kotlin = "2.0.20" # realm does not support kotlin > 2.0.20 yet
44
ksp = "2.0.20-1.0.25" # First part must match the kotlin version
55
kermit = "2.0.3"
6-
koin = "3.5.6"
7-
orbitMvi = "8.0.0"
6+
koin = "4.1.0"
7+
orbitMvi = "10.0.0"
88
ktor = "3.0.3"
99
moko-mvvm = "0.16.1"
1010
moko-permissions = "0.18.0"
@@ -16,7 +16,7 @@ kotlinx-serialization-json = "1.7.3"
1616
kotlinx-datetime = "0.6.1"
1717
buildkonfig = "0.15.1"
1818
skie = "0.10.1"
19-
kmmbridge = "0.5.5"
19+
kmmbridge = "1.2.1"
2020

2121
# When updating also update the "Sentry-Dynamic.xcframework" in the shared folder to a required/supported version (see Info.plist for curent version)
2222
# 1. Go to https://github.com/getsentry/sentry-cocoa/releases
@@ -40,10 +40,10 @@ androidx-compose-activity = "1.10.1"
4040
compose-destinations = "2.2.0"
4141
play-publisher = "3.9.1"
4242
accompanistPermissions = "0.34.0"
43-
koinCompose = "3.5.6"
43+
koinCompose = "4.1.0"
4444
appUpdate = "2.1.0"
4545
barcodeScanning = "17.3.0"
46-
stripe = "3.10.2"
46+
stripe = "4.5.1"
4747
playServicesLocation = "21.3.0"
4848

4949
[libraries]

gradle/wrapper/gradle-wrapper.jar

1.83 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
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.14-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
#
4-
# Copyright © 2015-2021 the original authors.
4+
# Copyright © 2015 the original authors.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -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
@@ -115,7 +114,7 @@ case "$( uname )" in #(
115114
NONSTOP* ) nonstop=true ;;
116115
esac
117116

118-
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
117+
CLASSPATH="\\\"\\\""
119118

120119

121120
# Determine the Java command to use to start the JVM.
@@ -206,15 +205,15 @@ fi
206205
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
207206

208207
# Collect all arguments for the java command:
209-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
208+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
210209
# and any embedded shellness will be escaped.
211210
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
212211
# treated as '${Hostname}' itself on the command line.
213212

214213
set -- \
215214
"-Dorg.gradle.appname=$APP_BASE_NAME" \
216215
-classpath "$CLASSPATH" \
217-
org.gradle.wrapper.GradleWrapperMain \
216+
-jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \
218217
"$@"
219218

220219
# Stop when "xargs" is not available.

gradlew.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ goto fail
7070
:execute
7171
@rem Setup the command line
7272

73-
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
73+
set CLASSPATH=
7474

7575

7676
@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" %*
7878

7979
:end
8080
@rem End local scope for the variables with windows NT shell

0 commit comments

Comments
 (0)