File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 31
31
32
32
steps :
33
33
- name : Checkout
34
- uses : actions/checkout@v4
34
+ uses : actions/checkout@v5
35
35
36
36
- name : Set up JDK 17
37
37
uses : actions/setup-java@v4
63
63
xcode-version : latest-stable
64
64
65
65
- name : Checkout
66
- uses : actions/checkout@v4
66
+ uses : actions/checkout@v5
67
67
68
68
- name : Build iOS app
69
69
uses : mxcl/xcodebuild@v3
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
[versions ]
16
- agp = " 8.11.1 "
16
+ agp = " 8.12.0 "
17
17
androidx-activityCompose = " 1.10.1"
18
18
androidx-paging = " 3.3.6"
19
19
nav3Core = " 1.0.0-alpha06"
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.14.3 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.0.0 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments