File tree Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ 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'
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,10 +32,10 @@ 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'
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"
2525spotless = " 7.2.1"
26- composeBom = " 2025.07 .00"
26+ composeBom = " 2025.09 .00"
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.0 "
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 "
26+ ktorVersion = " 3.3.0 "
2727spotless = " 7.2.1"
28- composeBom = " 2025.07 .00"
28+ composeBom = " 2025.09 .00"
2929ktlint = " 1.3.1"
30- hilt = " 2.57"
30+ hilt = " 2.57.1 "
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