From 730fbaa702b467669c4b88f6c03fa3e1823abf73 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Fri, 26 Jun 2020 10:34:08 -0300 Subject: [wallet] Move Anastasis UI mockup into its own library module --- wallet/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wallet/build.gradle') diff --git a/wallet/build.gradle b/wallet/build.gradle index 4a9111b..192b454 100644 --- a/wallet/build.gradle +++ b/wallet/build.gradle @@ -66,10 +66,11 @@ android { dependencies { implementation project(":taler-kotlin-common") + implementation project(":anastasis-ui") implementation 'net.taler:akono:0.1' implementation 'androidx.preference:preference:1.1.1' - implementation 'com.google.android.material:material:1.2.0-beta01' + implementation 'com.google.android.material:material:1.1.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' // Lists and Selection @@ -81,7 +82,6 @@ dependencies { implementation "androidx.navigation:navigation-ui-ktx:$nav_version" // ViewModel and LiveData - def lifecycle_version = "2.2.0" implementation "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_version" // QR codes -- cgit v1.2.3