summaryrefslogtreecommitdiff
path: root/wallet
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2024-01-02 15:19:45 -0300
committerTorsten Grote <t@grobox.de>2024-01-02 15:19:45 -0300
commit034d787f12367c7a62b6ae78db08ae723beda034 (patch)
tree866d77eac18a2e0afd1c2acc4633c12e40d9945f /wallet
parent98d36756c05af50b93f397ed47560046dd9748ae (diff)
downloadtaler-android-034d787f12367c7a62b6ae78db08ae723beda034.tar.gz
taler-android-034d787f12367c7a62b6ae78db08ae723beda034.tar.bz2
taler-android-034d787f12367c7a62b6ae78db08ae723beda034.zip
Upgrade libraries
Diffstat (limited to 'wallet')
-rw-r--r--wallet/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/wallet/build.gradle b/wallet/build.gradle
index c8ac171..78f04f3 100644
--- a/wallet/build.gradle
+++ b/wallet/build.gradle
@@ -126,7 +126,7 @@ dependencies {
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.8.1'
+ implementation 'androidx.activity:activity-compose:1.8.2'
implementation 'androidx.compose.ui:ui-tooling-preview'
debugImplementation 'androidx.compose.ui:ui-tooling'