Skip to content

Commit e73fbef

Browse files
committed
chore: Update deps
1 parent 697bf90 commit e73fbef

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,9 @@ dependencies {
230230
implementation(libs.charts)
231231
implementation(libs.haze)
232232
implementation(libs.haze.materials)
233-
// Navigation 3
234-
implementation(libs.navigation3.runtime)
235-
implementation(libs.navigation3.ui)
233+
// Navigation
234+
implementation(libs.navigation.runtime)
235+
implementation(libs.navigation.ui)
236236
implementation(libs.hilt.navigation.compose)
237237
// Hilt - DI
238238
implementation(libs.hilt.android)

gradle/libs.versions.toml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ camera = "1.5.2"
44
detekt = "1.23.8"
55
hilt = "2.57.2"
66
hiltAndroidx = "1.3.0"
7-
kotlin = "2.2.21"
7+
kotlin = "2.3.0"
88
ktor = "3.3.3"
99
lifecycle = "2.10.0"
10-
navCompose = "2.9.6"
1110
navigation3 = "1.0.0"
1211
room = "2.8.4"
1312
slf4j = "2.0.17"
@@ -16,17 +15,17 @@ haze = "1.7.1"
1615
[libraries]
1716
accompanist-pager-indicators = { module = "com.google.accompanist:accompanist-pager-indicators", version = "0.36.0" }
1817
accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version = "0.37.3" }
19-
activity-compose = { module = "androidx.activity:activity-compose", version = "1.12.1" }
18+
activity-compose = { module = "androidx.activity:activity-compose", version = "1.12.2" }
2019
appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.1" }
2120
barcode-scanning = { module = "com.google.mlkit:barcode-scanning", version = "17.3.0" }
22-
biometric = { module = "androidx.biometric:biometric", version = "1.4.0-alpha04" }
21+
biometric = { module = "androidx.biometric:biometric", version = "1.4.0-alpha05" }
2322
bitkit-core = { module = "com.synonym:bitkit-core-android", version = "0.1.33" }
2423
bouncycastle-provider-jdk = { module = "org.bouncycastle:bcprov-jdk18on", version = "1.83" }
2524
camera-camera2 = { module = "androidx.camera:camera-camera2", version.ref = "camera" }
2625
camera-lifecycle = { module = "androidx.camera:camera-lifecycle", version.ref = "camera" }
2726
camera-view = { module = "androidx.camera:camera-view", version.ref = "camera" }
2827
# https://developer.android.com/develop/ui/compose/bom/bom-mapping
29-
compose-bom = { group = "androidx.compose", name = "compose-bom", version = "2025.12.00" }
28+
compose-bom = { group = "androidx.compose", name = "compose-bom", version = "2025.12.01" }
3029
compose-material-icons-extended = { module = "androidx.compose.material:material-icons-extended" }
3130
compose-material3 = { module = "androidx.compose.material3:material3" }
3231
compose-ui = { group = "androidx.compose.ui", name = "ui" }
@@ -40,8 +39,8 @@ core-ktx = { module = "androidx.core:core-ktx", version = "1.17.0" }
4039
core-splashscreen = { group = "androidx.core", name = "core-splashscreen", version = "1.2.0" }
4140
datastore-preferences = { module = "androidx.datastore:datastore-preferences", version = "1.2.0" }
4241
detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt" }
43-
detekt-compose-rules = { module = "io.nlopez.compose.rules:detekt", version = "0.5.1" }
44-
firebase-bom = { module = "com.google.firebase:firebase-bom", version = "34.6.0" }
42+
detekt-compose-rules = { module = "io.nlopez.compose.rules:detekt", version = "0.5.2" }
43+
firebase-bom = { module = "com.google.firebase:firebase-bom", version = "34.7.0" }
4544
firebase-messaging = { module = "com.google.firebase:firebase-messaging" }
4645
hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
4746
hilt-android-compiler = { module = "com.google.dagger:hilt-android-compiler", version.ref = "hilt" }
@@ -66,10 +65,8 @@ lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel
6665
lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycle" }
6766
lifecycle-viewmodel-savedstate = { module = "androidx.lifecycle:lifecycle-viewmodel-savedstate", version.ref = "lifecycle" }
6867
material = { module = "com.google.android.material:material", version = "1.13.0" }
69-
navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navCompose" }
70-
navigation-testing = { module = "androidx.navigation:navigation-testing", version.ref = "navCompose" }
71-
navigation3-runtime = { module = "androidx.navigation3:navigation3-runtime", version.ref = "navigation3" }
72-
navigation3-ui = { module = "androidx.navigation3:navigation3-ui", version.ref = "navigation3" }
68+
navigation-runtime = { module = "androidx.navigation3:navigation3-runtime", version.ref = "navigation3" }
69+
navigation-ui = { module = "androidx.navigation3:navigation3-ui", version.ref = "navigation3" }
7370
room-compiler = { group = "androidx.room", name = "room-compiler", version.ref = "room" }
7471
room-ktx = { group = "androidx.room", name = "room-ktx", version.ref = "room" }
7572
room-runtime = { group = "androidx.room", name = "room-runtime", version.ref = "room" }

0 commit comments

Comments
 (0)