mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-22 21:31:30 +00:00
Updating the app to using Compose 1.7.1 via the latest BOM
This commit is contained in:
parent
af89d5fee1
commit
59eed8835b
@ -354,15 +354,21 @@ dependencies {
|
|||||||
testImplementation 'org.conscrypt:conscrypt-openjdk-uber:2.5.2' // For Robolectric
|
testImplementation 'org.conscrypt:conscrypt-openjdk-uber:2.5.2' // For Robolectric
|
||||||
testImplementation 'app.cash.turbine:turbine:1.1.0'
|
testImplementation 'app.cash.turbine:turbine:1.1.0'
|
||||||
|
|
||||||
implementation 'com.github.bumptech.glide:compose:1.0.0-alpha.5'
|
// compose
|
||||||
implementation "androidx.compose.ui:ui:$composeVersion"
|
Dependency composeBom = platform('androidx.compose:compose-bom:2024.09.01')
|
||||||
implementation "androidx.compose.animation:animation:$composeVersion"
|
implementation composeBom
|
||||||
implementation "androidx.compose.ui:ui-tooling:$composeVersion"
|
testImplementation composeBom
|
||||||
implementation "androidx.compose.runtime:runtime-livedata:$composeVersion"
|
androidTestImplementation composeBom
|
||||||
implementation "androidx.compose.foundation:foundation-layout:$composeVersion"
|
|
||||||
implementation "androidx.compose.material3:material3:1.2.1"
|
implementation "androidx.compose.ui:ui"
|
||||||
androidTestImplementation "androidx.compose.ui:ui-test-junit4-android:$composeVersion"
|
implementation "androidx.compose.animation:animation"
|
||||||
debugImplementation "androidx.compose.ui:ui-test-manifest:$composeVersion"
|
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-themeadapter-appcompat:0.33.1-alpha"
|
||||||
implementation "com.google.accompanist:accompanist-permissions:0.36.0"
|
implementation "com.google.accompanist:accompanist-permissions:0.36.0"
|
||||||
|
@ -21,7 +21,6 @@ kotlinVersion=1.9.24
|
|||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
appcompatVersion=1.6.1
|
appcompatVersion=1.6.1
|
||||||
coreVersion=1.13.1
|
coreVersion=1.13.1
|
||||||
composeVersion=1.6.4
|
|
||||||
coroutinesVersion=1.6.4
|
coroutinesVersion=1.6.4
|
||||||
curve25519Version=0.6.0
|
curve25519Version=0.6.0
|
||||||
jetpackHiltVersion=1.2.0
|
jetpackHiltVersion=1.2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user