summaryrefslogtreecommitdiff
path: root/wallet/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'wallet/build.gradle')
-rw-r--r--wallet/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/wallet/build.gradle b/wallet/build.gradle
index 6f717ab..076c374 100644
--- a/wallet/build.gradle
+++ b/wallet/build.gradle
@@ -120,13 +120,13 @@ dependencies {
implementation "androidx.browser:browser:1.5.0"
// Compose
- implementation platform('androidx.compose:compose-bom:2023.04.01')
+ implementation platform('androidx.compose:compose-bom:2023.05.00')
implementation 'androidx.compose.material3:material3'
implementation 'androidx.compose.material:material-icons-extended'
- implementation 'androidx.activity:activity-compose'
implementation "androidx.compose.runtime:runtime-livedata"
implementation "androidx.lifecycle:lifecycle-viewmodel-compose"
implementation "com.google.accompanist:accompanist-themeadapter-material3:0.28.0"
+ implementation 'androidx.activity:activity-compose:1.7.1'
implementation 'androidx.compose.ui:ui-tooling-preview'
debugImplementation 'androidx.compose.ui:ui-tooling'