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 .20" # realm does not support kotlin > 2.0.20 yet
4+ ksp = " 2.3.0 " # First part must match the kotlin version
5+ kermit = " 2.0.8 "
66koin = " 3.5.6"
77orbitMvi = " 8.0.0"
8- ktor = " 3.0.3 "
8+ ktor = " 3.3.1 "
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.20.1 "
11+ moko-resources = " 0.25.1 "
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.6 "
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.19 .0"
2828
2929# Android
3030android-minSdk = " 26"
3131android-targetSdk = " 35"
3232android-compileSdk = " 35"
33- android-gradle = " 8.9.2 "
34- android-camera = " 1.4.2 "
33+ android-gradle = " 8.13.0 "
34+ android-camera = " 1.5.1 "
3535android-desugar = " 2.1.5"
36- androidx-lifecycle = " 2.9.0 "
37- androidx-appcompat = " 1.7.0 "
38- androidx-compose = " 2025.05 .00"
39- androidx-compose-activity = " 1.10.1 "
40- compose-destinations = " 2.2 .0"
41- play-publisher = " 3.9 .1"
42- accompanistPermissions = " 0.34.0 "
36+ androidx-lifecycle = " 2.9.4 "
37+ androidx-appcompat = " 1.7.1 "
38+ androidx-compose = " 2025.10 .00"
39+ androidx-compose-activity = " 1.11.0 "
40+ compose-destinations = " 2.3 .0"
41+ play-publisher = " 3.12 .1"
42+ accompanistPermissions = " 0.37.3 "
4343koinCompose = " 3.5.6"
4444appUpdate = " 2.1.0"
4545barcodeScanning = " 17.3.0"
@@ -63,7 +63,7 @@ androidx-compose-ui-core = { module = "androidx.compose.ui:ui" }
6363androidx-compose-ui-graphics = { module = " androidx.compose.ui:ui-graphics" }
6464androidx-compose-ui-tooling = { module = " androidx.compose.ui:ui-tooling" }
6565androidx-compose-ui-tooling-preview = { module = " androidx.compose.ui:ui-tooling-preview" }
66- androidx-compose-material3-core = { module = " androidx.compose.material3:material3" , version = " 1.3.2 " }
66+ androidx-compose-material3-core = { module = " androidx.compose.material3:material3" , version = " 1.4.0 " }
6767androidx-compose-material-icons = { module = " androidx.compose.material:material-icons-core" }
6868androidx-compose-material-icons-extended = { module = " androidx.compose.material:material-icons-extended" }
6969
0 commit comments