From 5bd456e550dce443dfea2be5fe876e970071ac75 Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Fri, 18 Sep 2015 16:17:30 +0200 Subject: [PATCH] Update GreenBits to 1.53 (53) --- .../com.greenaddress.greenbits_android_wallet.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/metadata/com.greenaddress.greenbits_android_wallet.txt b/metadata/com.greenaddress.greenbits_android_wallet.txt index 5cbfd69919..09012df488 100644 --- a/metadata/com.greenaddress.greenbits_android_wallet.txt +++ b/metadata/com.greenaddress.greenbits_android_wallet.txt @@ -237,6 +237,20 @@ Build:1.52,52 scandelete=app/src/main/jniLibs/armeabi/libscrypt.so,app/src/main/jniLibs/mips/libscrypt.so,app/src/main/jniLibs/x86/libscrypt.so,app/scrypt/src build=./prepare_fdroid.sh +Build:1.53,53 + commit=1.53 + subdir=app + submodules=yes + gradle=production + srclibs=AutobahnSW-greenaddress@fb1223083dc6e9dfddc0daad3b76dae277765b51 + rm=app/libs/*.jar + prebuild=pushd $$AutobahnSW-greenaddress$$ && \ + $$MVN3$$ package && \ + popd && \ + cp $$AutobahnSW-greenaddress$$/target/autobahn-android-sw-0.5.2-SNAPSHOT.jar libs/ + scandelete=app/src/main/jniLibs/armeabi/libscrypt.so,app/src/main/jniLibs/mips/libscrypt.so,app/src/main/jniLibs/x86/libscrypt.so,app/scrypt/src + build=./prepare_fdroid.sh + Maintainer Notes: scandelete libscrypt.so - it is built by F-Droid via prepare_fdroid.sh, but it is still in GreenAddress repo for users who don't want to use NDK,