diff --git a/app/build.gradle b/app/build.gradle index c949707c2..e0cf16e8e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -52,10 +52,10 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' // Jetpack Compose - def composeBom = platform('androidx.compose:compose-bom:2024.08.00') + def composeBom = platform('androidx.compose:compose-bom:2024.09.02') - implementation "androidx.activity:activity-compose:1.9.1" - implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.4" + implementation "androidx.activity:activity-compose:1.9.2" + implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.6" implementation (composeBom) implementation "androidx.compose.runtime:runtime" implementation "androidx.compose.ui:ui" @@ -65,6 +65,13 @@ dependencies { implementation "androidx.compose.foundation:foundation-layout" implementation "androidx.compose.material3:material3" androidTestImplementation(composeBom) + // Adaptive Layout APIs + implementation "androidx.compose.material3.adaptive:adaptive:1.0.0" + implementation "androidx.compose.material3.adaptive:adaptive-layout-android:1.0.0" + implementation "androidx.compose.material3.adaptive:adaptive-navigation-android:1.0.0" + + implementation "io.coil-kt:coil-compose:2.2.0" + implementation "androidx.navigation:navigation-compose:2.7.0" implementation "com.hannesdorfmann:adapterdelegates4-kotlin-dsl-viewbinding:$ADAPTER_DELEGATES_VERSION" implementation "com.hannesdorfmann:adapterdelegates4-pagination:$ADAPTER_DELEGATES_VERSION"