summaryrefslogtreecommitdiff
path: root/wallet/build.gradle
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2023-05-09 13:44:41 -0300
committerTorsten Grote <t@grobox.de>2023-05-09 13:44:41 -0300
commitb2147f78eb11b6873b24231aafbce41b0686a8b0 (patch)
tree4490ec8e97839ee0852947b1b1fa1bb0a3c2d5b3 /wallet/build.gradle
parentd58a46b9dd795df428da7cbace7719a044f75b8f (diff)
downloadtaler-android-b2147f78eb11b6873b24231aafbce41b0686a8b0.tar.gz
taler-android-b2147f78eb11b6873b24231aafbce41b0686a8b0.tar.bz2
taler-android-b2147f78eb11b6873b24231aafbce41b0686a8b0.zip
Fix dependency issues
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'