mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
add adaptive layout, image loading, and compose navigation dependencies
This commit is contained in:
parent
3f3df7d014
commit
8558594ef6
1 changed files with 10 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue