Skip to content

Commit 9406d39

Browse files
renovate: update minor-updates
1 parent dbf1300 commit 9406d39

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

gradle/libs.versions.toml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
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"
66
koin = "3.5.6"
77
orbitMvi = "8.0.0"
8-
ktor = "3.0.3"
8+
ktor = "3.3.1"
99
moko-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"
1313
realm = "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"
1919
kmmbridge = "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
3030
android-minSdk = "26"
3131
android-targetSdk = "35"
3232
android-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"
3535
android-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"
4343
koinCompose = "3.5.6"
4444
appUpdate = "2.1.0"
4545
barcodeScanning = "17.3.0"
@@ -63,7 +63,7 @@ androidx-compose-ui-core = { module = "androidx.compose.ui:ui" }
6363
androidx-compose-ui-graphics = { module = "androidx.compose.ui:ui-graphics" }
6464
androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
6565
androidx-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" }
6767
androidx-compose-material-icons = { module = "androidx.compose.material:material-icons-core" }
6868
androidx-compose-material-icons-extended = { module = "androidx.compose.material:material-icons-extended" }
6969

0 commit comments

Comments
 (0)