From 20b1d2677462090a08edda99d042dbcddc9f8c11 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Fri, 10 Apr 2020 09:51:46 -0300 Subject: [wallet] move akono into a normal gradle dependency This removes the need to manually copy a binary blob and should also make F-Droid inclusion easier. --- wallet/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wallet/build.gradle') diff --git a/wallet/build.gradle b/wallet/build.gradle index 3e8131a..3f9047e 100644 --- a/wallet/build.gradle +++ b/wallet/build.gradle @@ -57,8 +57,8 @@ android { } dependencies { - implementation project(":akono") implementation project(":taler-kotlin-common") + implementation 'net.taler:akono:0.1' implementation 'com.google.android.material:material:1.1.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' -- cgit v1.2.3