summaryrefslogtreecommitdiff
path: root/wallet/build.gradle
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2023-03-04 02:56:23 -0300
committerTorsten Grote <t@grobox.de>2023-03-06 15:22:49 -0300
commit529478734944a60af428fa64e26001881afcf899 (patch)
treed385818490e6f2e3b5073caaf47b0af5f7215339 /wallet/build.gradle
parent9a30d3f0e7e5afb90593e9183acef99e4186e25e (diff)
downloadtaler-android-529478734944a60af428fa64e26001881afcf899.tar.gz
taler-android-529478734944a60af428fa64e26001881afcf899.tar.bz2
taler-android-529478734944a60af428fa64e26001881afcf899.zip
[wallet] Refresh withdrawal detail screen after confirmation
bug 0007727
Diffstat (limited to 'wallet/build.gradle')
-rw-r--r--wallet/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/wallet/build.gradle b/wallet/build.gradle
index e4a3bf2..99889c0 100644
--- a/wallet/build.gradle
+++ b/wallet/build.gradle
@@ -126,6 +126,7 @@ dependencies {
implementation "androidx.compose.material:material:1.3.1"
implementation "androidx.compose.material3:material3:1.0.1"
implementation "androidx.compose.material:material-icons-extended:1.3.1"
+ implementation "androidx.compose.runtime:runtime-livedata:$compose_version"
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:$lifecycle_version"
implementation "com.google.accompanist:accompanist-themeadapter-material3:0.28.0"