File tree Expand file tree Collapse file tree 6 files changed +22
-22
lines changed Expand file tree Collapse file tree 6 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -32,16 +32,16 @@ jobs:
3232
3333 steps :
3434 - name : Checkout source code
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v5
3636
3737 - name : Set up JDK 17
38- uses : actions/setup-java@v4
38+ uses : actions/setup-java@v5
3939 with :
4040 java-version : ' 17'
4141 distribution : ' zulu'
4242
4343 - name : Setup Gradle
44- uses : gradle/actions/setup-gradle@v4
44+ uses : gradle/actions/setup-gradle@v5
4545 with :
4646 cache-encryption-key : ${{ env.GRADLE_ENCRYPTION_KEY }}
4747
5858 runs-on : macos-latest
5959 steps :
6060 - name : Checkout code
61- uses : actions/checkout@v4
61+ uses : actions/checkout@v5
6262
6363 - name : Run xcodebuild
6464 uses : mxcl/xcodebuild@v3
Original file line number Diff line number Diff line change @@ -32,16 +32,16 @@ jobs:
3232
3333 steps :
3434 - name : Checkout source code
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v5
3636
3737 - name : Set up JDK 17
38- uses : actions/setup-java@v4
38+ uses : actions/setup-java@v5
3939 with :
4040 java-version : ' 17'
4141 distribution : ' zulu'
4242
4343 - name : Setup Gradle
44- uses : gradle/actions/setup-gradle@v4
44+ uses : gradle/actions/setup-gradle@v5
4545 with :
4646 cache-encryption-key : ${{ env.GRADLE_ENCRYPTION_KEY }}
4747
5858 runs-on : macos-latest
5959 steps :
6060 - name : Checkout code
61- uses : actions/checkout@v4
61+ uses : actions/checkout@v5
6262
6363 - name : Run xcodebuild
6464 uses : mxcl/xcodebuild@v3
Original file line number Diff line number Diff line change 1616min-sdk = " 26"
1717target-sdk = " 35"
1818compile-sdk = " 35"
19- agp = " 8.11.1 "
20- androidx-activityCompose = " 1.10.1 "
19+ agp = " 8.13.0 "
20+ androidx-activityCompose = " 1.11.0 "
2121androidx-room = " 2.6.1"
2222androidx-lifecycle = " 2.8.7"
2323kotlin = " 2.2.0"
2424kotlinx-coroutines = " 1.10.2"
25- spotless = " 7.2.1 "
26- composeBom = " 2025.07.00 "
25+ spotless = " 8.0.0 "
26+ composeBom = " 2025.10.01 "
2727ktlint = " 1.3.1"
2828
2929
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.1.0 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 1616min-sdk = " 26"
1717target-sdk = " 35"
1818compile-sdk = " 35"
19- agp = " 8.11.1 "
20- androidx-activityCompose = " 1.10.1 "
21- androidx-room = " 2.7.2 "
22- androidx-lifecycle = " 2.9.2 "
19+ agp = " 8.13.0 "
20+ androidx-activityCompose = " 1.11.0 "
21+ androidx-room = " 2.8.3 "
22+ androidx-lifecycle = " 2.9.4 "
2323kotlin = " 2.2.0"
2424kotlinx-coroutines = " 1.10.2"
2525ksp = " 2.2.0-2.0.2"
26- ktorVersion = " 3.2.3 "
27- spotless = " 7.2.1 "
28- composeBom = " 2025.07.00 "
26+ ktorVersion = " 3.3.1 "
27+ spotless = " 8.0.0 "
28+ composeBom = " 2025.10.01 "
2929ktlint = " 1.3.1"
30- hilt = " 2.57"
30+ hilt = " 2.57.2 "
3131androidx-testCore = " 1.7.0"
3232androidx-testRunner = " 1.7.0"
3333androidx-junit = " 1.3.0"
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.1.0 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments