summaryrefslogtreecommitdiff
path: root/wallet/build.gradle
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2021-12-07 17:05:30 -0300
committerTorsten Grote <t@grobox.de>2021-12-07 17:05:30 -0300
commit72813a244580285ab268a6257097ece4e73bbb14 (patch)
tree5741ef7d5bca6111a353269caa45604e02b7d993 /wallet/build.gradle
parent095f67dd25ceeff5df388ef42f73de963dd9348b (diff)
downloadtaler-android-72813a244580285ab268a6257097ece4e73bbb14.tar.gz
taler-android-72813a244580285ab268a6257097ece4e73bbb14.tar.bz2
taler-android-72813a244580285ab268a6257097ece4e73bbb14.zip
Add copy to clipboard button to withdrawal details
Diffstat (limited to 'wallet/build.gradle')
-rw-r--r--wallet/build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/wallet/build.gradle b/wallet/build.gradle
index 27894e9..51fee9a 100644
--- a/wallet/build.gradle
+++ b/wallet/build.gradle
@@ -129,7 +129,8 @@ dependencies {
implementation 'androidx.compose.material:material:1.0.5'
implementation 'androidx.compose.animation:animation:1.0.5'
implementation 'androidx.compose.ui:ui-tooling:1.0.5'
- implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.4.0'
+ implementation 'androidx.compose.material:material-icons-extended:1.0.5'
+ implementation "androidx.lifecycle:lifecycle-viewmodel-compose:$lifecycle_version"
implementation "com.google.android.material:compose-theme-adapter:1.1.1"
// Lists and Selection