From 8e4f85d467c8e8109026a7195757ce9448ad7b19 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Wed, 15 Apr 2020 10:25:20 -0300 Subject: [wallet] move dev mode and TESTKUDOS into proper settings screen --- wallet/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'wallet/build.gradle') diff --git a/wallet/build.gradle b/wallet/build.gradle index 3d51477..0095b27 100644 --- a/wallet/build.gradle +++ b/wallet/build.gradle @@ -67,6 +67,7 @@ dependencies { implementation project(":taler-kotlin-common") implementation 'net.taler:akono:0.1' + implementation 'androidx.preference:preference:1.1.0' implementation 'com.google.android.material:material:1.1.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' -- cgit v1.2.3