File tree 4 files changed +14
-12
lines changed
4 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 19
19
java-version : 17
20
20
21
21
- name : Build iOS app
22
- run : xcodebuild -allowProvisioningUpdates -workspace ios/BikeShare/BikeShare.xcodeproj/project.xcworkspace -configuration Debug -scheme BikeShare -sdk iphoneos -destination name='iPhone 14 ' build
22
+ run : xcodebuild -allowProvisioningUpdates -workspace ios/BikeShare/BikeShare.xcodeproj/project.xcworkspace -configuration Debug -scheme BikeShare -sdk iphoneos -destination name='iPhone 15 Pro ' build
23
23
24
24
25
25
Original file line number Diff line number Diff line change 1
1
org.gradle.jvmargs =-Xmx4096m
2
2
android.useAndroidX =true
3
3
android.enableJetifier =false
4
+
4
5
kotlin.code.style =official
6
+ kotlin.native.toolchain.enabled =false
5
7
6
8
kotlin.mpp.stability.nowarn =true
7
9
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- kotlin = " 2.0.21 "
3
- ksp = " 2.0.21 -1.0.26 "
2
+ kotlin = " 2.1.0 "
3
+ ksp = " 2.1.0 -1.0.28 "
4
4
5
5
coroutines = " 1.9.0"
6
6
kotlinxSerialization = " 1.7.3"
7
7
8
8
9
- androidGradlePlugin = " 8.7.2 "
9
+ androidGradlePlugin = " 8.7.3 "
10
10
circuit = " 0.24.0"
11
11
kotlininject = " 0.7.2"
12
- ktor = " 3.0.0 "
12
+ ktor = " 3.0.1 "
13
13
slf4j = " 2.0.16"
14
- kmpNativeCoroutines = " 1.0.0-ALPHA-37"
14
+ kmpNativeCoroutines = " 1.0.0-ALPHA-37-kotlin-2.1.0-RC2 "
15
15
kmpObservableViewModel = " 1.0.0-BETA-7"
16
16
17
- compose-multiplatform = " 1.7.0 "
17
+ compose-multiplatform = " 1.7.3 "
18
18
composeAdaptiveLayout = " 1.0.0"
19
19
androidxActivity = " 1.9.3"
20
- androidxRoom = " 2.7.0-alpha11 "
21
- sqlite = " 2.5.0-alpha11 "
22
- androidxComposeBom = " 2024.10 .01"
23
- androidxNavigationCompose = " 2.8.3 "
20
+ androidxRoom = " 2.7.0-alpha12 "
21
+ sqlite = " 2.5.0-alpha12 "
22
+ androidxComposeBom = " 2024.12 .01"
23
+ androidxNavigationCompose = " 2.8.5 "
24
24
androidxLifecycle = " 2.8.7"
25
25
junit = " 4.13.2"
26
26
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.9 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -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