11[versions ]
22# Shared
3- kotlin = " 2.0.20 " # realm does not support kotlin > 2.0.20 yet
4- ksp = " 2.0.20-1 .0.25 " # First part must match the kotlin version
5- kermit = " 2.0.3 "
3+ kotlin = " 2.2.0 " # realm does not support kotlin > 2.0.20 yet
4+ ksp = " 2.2.0-2 .0.2 " # First part must match the kotlin version
5+ kermit = " 2.0.6 "
66koin = " 3.5.6"
77orbitMvi = " 8.0.0"
8- ktor = " 3.0.3 "
8+ ktor = " 3.2.2 "
99moko-mvvm = " 0.16.1"
10- moko-permissions = " 0.18.0 "
11- moko-resources = " 0.24.5 "
12- settings = " 1.1.1 "
10+ moko-permissions = " 0.19.1 "
11+ moko-resources = " 0.25.0 "
12+ settings = " 1.3.0 "
1313realm = " 3.0.0" # migrate to some other db as this is only minimal (community) support anymore (blocking kotlin updates)
14- detekt = " 1.23.6 "
15- kotlinx-serialization-json = " 1.7.3 "
16- kotlinx-datetime = " 0.6.1 "
17- buildkonfig = " 0.15 .1"
18- skie = " 0.10.1 "
14+ detekt = " 1.23.8 "
15+ kotlinx-serialization-json = " 1.9.0 "
16+ kotlinx-datetime = " 0.7.1-0.6.x-compat "
17+ buildkonfig = " 0.17 .1"
18+ skie = " 0.10.4 "
1919kmmbridge = " 0.5.5"
2020
2121# When updating also update the "Sentry-Dynamic.xcframework" in the shared folder to a required/supported version (see Info.plist for curent version)
@@ -24,22 +24,22 @@ kmmbridge = "0.5.5"
2424# 3. Unzip the file and delte everything from the folders except "ios-arm64" & "ios-arm64_x86_64-simulator"
2525# 4. Copy "Sentry-Dynamic.xcframework" to the shared folder
2626# 5. Make sure to also update the Sentry version in the iOS project to the same as downloaded
27- sentry = " 0.9.0 "
27+ sentry = " 0.17.1 "
2828
2929# Android
3030android-minSdk = " 26"
3131android-targetSdk = " 35"
3232android-compileSdk = " 35"
33- android-gradle = " 8.9.2 "
33+ android-gradle = " 8.11.1 "
3434android-camera = " 1.4.2"
3535android-desugar = " 2.1.5"
36- androidx-lifecycle = " 2.9.0 "
37- androidx-appcompat = " 1.7.0 "
38- androidx-compose = " 2025.05 .00"
36+ androidx-lifecycle = " 2.9.2 "
37+ androidx-appcompat = " 1.7.1 "
38+ androidx-compose = " 2025.07 .00"
3939androidx-compose-activity = " 1.10.1"
4040compose-destinations = " 2.2.0"
41- play-publisher = " 3.9 .1"
42- accompanistPermissions = " 0.34.0 "
41+ play-publisher = " 3.12 .1"
42+ accompanistPermissions = " 0.37.3 "
4343koinCompose = " 3.5.6"
4444appUpdate = " 2.1.0"
4545barcodeScanning = " 17.3.0"
0 commit comments