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/.gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) (limited to 'wallet/.gitlab-ci.yml') diff --git a/wallet/.gitlab-ci.yml b/wallet/.gitlab-ci.yml index 477acca..bbc478a 100644 --- a/wallet/.gitlab-ci.yml +++ b/wallet/.gitlab-ci.yml @@ -1,6 +1,5 @@ .binary_deps: before_script: - - wget "https://git.taler.net/wallet-android.git/plain/akono.aar?h=binary-deps" -O akono/akono.aar - mkdir -p app/src/main/assets - wget "https://git.taler.net/wallet-android.git/plain/taler-wallet-android.js?h=binary-deps" -O app/src/main/assets/taler-wallet-android.js -- cgit v1.2.3