File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
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 .1"
17
17
androidx-activityCompose = " 1.10.1"
18
18
androidx-paging = " 3.3.6"
19
- nav3Core = " 1.0.0-alpha06 "
19
+ nav3Core = " 1.0.0-alpha07 "
20
20
lifecycleViewmodelNav3 = " 1.0.0-alpha04"
21
21
kotlinxSerializationCore = " 1.9.0"
22
22
androidx-room = " 2.7.2"
23
23
androidx-lifecycle = " 2.9.2"
24
24
atomicfu = " 0.29.0"
25
- composeBom = " 2025.07 .00"
25
+ composeBom = " 2025.08 .00"
26
26
dataStore = " 1.1.7"
27
27
kotlin = " 2.2.0"
28
28
kotlinx-coroutines = " 1.10.2"
@@ -34,12 +34,12 @@ skie = "0.10.5"
34
34
sqlite = " 2.5.2"
35
35
spotless = " 7.2.1"
36
36
okio = " 3.16.0"
37
- kermit = " 2.0.6 "
37
+ kermit = " 2.0.8 "
38
38
runner = " 1.7.0"
39
39
core = " 1.7.0"
40
40
junit = " 1.3.0"
41
41
materialIconsCore = " 1.7.8"
42
- material3 = " 1.4.0-beta01 "
42
+ material3 = " 1.4.0-beta02 "
43
43
44
44
[libraries ]
45
45
androidx-activity-compose = { module = " androidx.activity:activity-compose" , version.ref = " androidx-activityCompose" }
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