Skip to content

Commit 36ede24

Browse files
committed
Update compose bom and fix navigation compose without version
1 parent bac9f7e commit 36ede24

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ dependencies {
294294
implementation "org.ocpsoft.prettytime:prettytime:5.0.8.Final"
295295

296296
// Jetpack Compose
297-
implementation(platform('androidx.compose:compose-bom:2024.09.03'))
297+
implementation(platform('androidx.compose:compose-bom:2024.10.01'))
298298
implementation 'androidx.compose.material3:material3'
299299
implementation 'androidx.compose.material3.adaptive:adaptive'
300300
implementation 'androidx.activity:activity-compose'
@@ -304,7 +304,7 @@ dependencies {
304304

305305
// Jetpack Compose related dependencies
306306
implementation 'androidx.paging:paging-compose:3.3.2'
307-
implementation "androidx.navigation:navigation-compose"
307+
implementation "androidx.navigation:navigation-compose:2.8.3"
308308

309309
// Coroutines interop
310310
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-rx3:1.8.1'

0 commit comments

Comments
 (0)