Update Green to 3.1.0 (310)

This commit is contained in:
F-Droid Builder 2019-04-09 23:24:00 +01:00 committed by Ciaran Gultnieks
parent fc5abdd2ec
commit 27a85ea86d

View file

@ -720,6 +720,19 @@ Build:3.0.8,308
find src/main/jniLibs -type f -name "libgreenaddress.a" -exec rm -f {} \;
ndk=r19b
Build:3.1.0,310
commit=release_3.1.0
subdir=app
sudo=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=r19b
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.
@ -727,5 +740,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.0.8
Current Version Code:308
Current Version:3.1.0
Current Version Code:310