diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 69d940c1..68a3fa7e 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -18,6 +18,6 @@ jobs: distribution: 'zulu' java-version: 17 - name: Build iOS app - run: xcodebuild -allowProvisioningUpdates -workspace ios/FantasyPremierLeague/FantasyPremierLeague.xcodeproj/project.xcworkspace -configuration Debug -scheme FantasyPremierLeague -sdk iphoneos -destination name='iPhone 14' build + run: xcodebuild -allowProvisioningUpdates -workspace ios/FantasyPremierLeague/FantasyPremierLeague.xcodeproj/project.xcworkspace -configuration Debug -scheme FantasyPremierLeague -sdk iphoneos -destination name='iPhone 15 Pro' build diff --git a/gradle.properties b/gradle.properties index afeb7c0a..359e85b2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,6 +4,8 @@ android.useAndroidX=true android.enableJetifier=false kotlin.mpp.androidSourceSetLayoutVersion=2 +kotlin.native.toolchain.enabled=false + org.jetbrains.compose.experimental.uikit.enabled=true # Disabled due to https://youtrack.jetbrains.com/issue/KT-65761 kotlin.native.disableCompilerDaemon = true diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a4653f62..0349d409 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,34 +1,34 @@ [versions] -kotlin = "2.0.21" -ksp = "2.0.21-1.0.25" +kotlin = "2.1.0" +ksp = "2.1.0-1.0.29" kotlinx-coroutines = "1.9.0" kotlinx-serialization = "1.7.3" kotlinx-dateTime = "0.6.1" -androidGradlePlugin = "8.7.2" +androidGradlePlugin = "8.7.3" koalaplot = "0.5.3" koin = "4.0.0" -ktor = "3.0.0" +ktor = "3.0.1" slf4j = "2.0.16" -skie = "0.9.3" +skie = "0.9.5" datastore = "1.1.1" androidxActivity = "1.9.3" -androidxComposeBom = "2024.10.01" -androidxNavigationCompose = "2.8.3" +androidxComposeBom = "2024.12.01" +androidxNavigationCompose = "2.8.5" androidxLifecycle = "2.8.7" -androidxRoom = "2.7.0-alpha11" -sqlite = "2.5.0-alpha11" -compose-plugin = "1.7.0" +androidxRoom = "2.7.0-alpha12" +sqlite = "2.5.0-alpha12" +compose-plugin = "1.7.3" accompanist = "0.36.0" coilCompose = "2.7.0" image-loader = "1.8.3" junit = "4.13.2" -kermit = "2.0.4" +kermit = "2.0.5" minSdk = "24" targetSdk = "34" compileSdk = "34" -screenshot = "0.0.1-alpha07" +screenshot = "0.0.1-alpha08" multikApi = "0.1.1" multikJvm = "0.1.1"