|
|
|
@ -354,15 +354,21 @@ dependencies {
|
|
|
|
|
testImplementation 'org.conscrypt:conscrypt-openjdk-uber:2.5.2' // For Robolectric
|
|
|
|
|
testImplementation 'app.cash.turbine:turbine:1.1.0'
|
|
|
|
|
|
|
|
|
|
implementation 'com.github.bumptech.glide:compose:1.0.0-alpha.5'
|
|
|
|
|
implementation "androidx.compose.ui:ui:$composeVersion"
|
|
|
|
|
implementation "androidx.compose.animation:animation:$composeVersion"
|
|
|
|
|
implementation "androidx.compose.ui:ui-tooling:$composeVersion"
|
|
|
|
|
implementation "androidx.compose.runtime:runtime-livedata:$composeVersion"
|
|
|
|
|
implementation "androidx.compose.foundation:foundation-layout:$composeVersion"
|
|
|
|
|
implementation "androidx.compose.material3:material3:1.2.1"
|
|
|
|
|
androidTestImplementation "androidx.compose.ui:ui-test-junit4-android:$composeVersion"
|
|
|
|
|
debugImplementation "androidx.compose.ui:ui-test-manifest:$composeVersion"
|
|
|
|
|
// compose
|
|
|
|
|
Dependency composeBom = platform('androidx.compose:compose-bom:2024.09.01')
|
|
|
|
|
implementation composeBom
|
|
|
|
|
testImplementation composeBom
|
|
|
|
|
androidTestImplementation composeBom
|
|
|
|
|
|
|
|
|
|
implementation "androidx.compose.ui:ui"
|
|
|
|
|
implementation "androidx.compose.animation:animation"
|
|
|
|
|
implementation "androidx.compose.ui:ui-tooling"
|
|
|
|
|
implementation "androidx.compose.runtime:runtime-livedata"
|
|
|
|
|
implementation "androidx.compose.foundation:foundation-layout"
|
|
|
|
|
implementation "androidx.compose.material3:material3:1.3.0"
|
|
|
|
|
|
|
|
|
|
androidTestImplementation "androidx.compose.ui:ui-test-junit4-android"
|
|
|
|
|
debugImplementation "androidx.compose.ui:ui-test-manifest"
|
|
|
|
|
|
|
|
|
|
implementation "com.google.accompanist:accompanist-themeadapter-appcompat:0.33.1-alpha"
|
|
|
|
|
implementation "com.google.accompanist:accompanist-permissions:0.36.0"
|
|
|
|
|