From 3c878c3fbfa8e2f4f8a46c1cf7950dcf91f40fc1 Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Thu, 4 Jul 2019 14:14:45 +0100 Subject: [PATCH] Update Green to 3.1.7 (317) --- ...m.greenaddress.greenbits_android_wallet.txt | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/metadata/com.greenaddress.greenbits_android_wallet.txt b/metadata/com.greenaddress.greenbits_android_wallet.txt index 5f48616c6a..55f90cf0ac 100644 --- a/metadata/com.greenaddress.greenbits_android_wallet.txt +++ b/metadata/com.greenaddress.greenbits_android_wallet.txt @@ -775,6 +775,20 @@ Build:3.1.3,313 find src/main/jniLibs -type f -name "libgreenaddress.a" -exec rm -f {} \; ndk=r19c +Build:3.1.7,317 + commit=release_3.1.7 + subdir=app + sudo=apt-get update || apt-get update && \ + apt-get install -y build-essential clang virtualenv + gradle=production + forcevercode=yes + prebuild=sed -i -e 's/output.versionCodeOverride =/0 + /g' build.gradle + scanignore=bitcoinj/core/src/main/resources/org/bitcoinj/crypto/cacerts,bitcoinj/core/src/test,app/src/main/assets/production/checkpoints + scandelete=app/src/main/assets/btctestnet/checkpoints + build=JAVA_HOME=$(readlink -f /usr/bin/javac | sed "s:/bin/javac::") sh ./prepare_fdroid.sh && \ + find src/main/jniLibs -type f -name "libgreenaddress.a" -exec rm -f {} \; + ndk=r19c + Maintainer Notes: Watch prepare_fdroid.sh for changes on new builds. The two files app/src/main/assets/btctestnet/checkpoints and app/src/main/assets/production/checkpoints are hashes of the blocks of the respective chains (testnet3 and mainnet) and are re-generated ad-hoc occasionally by using the tool ./buildCheckpoints.sh inside the repo while having a bitcoin full node for each chain runnin on localhost. They are used to speed up SPV verification when possible and they can be verified independently by checking each hash against the blockchain. @@ -782,5 +796,5 @@ The two files app/src/main/assets/btctestnet/checkpoints and app/src/main/assets Auto Update Mode:Version release_%v Update Check Mode:Tags -Current Version:3.1.3 -Current Version Code:313 +Current Version:3.1.7 +Current Version Code:317