upgrade GreenBits to release tagged r1.87

This commit is contained in:
Lawrence Nahum 2016-09-05 00:15:51 +02:00
parent e329c8fdc6
commit 36a74a93ff
No known key found for this signature in database
GPG key ID: 17AB8BC320B151D8

View file

@ -488,6 +488,16 @@ Build:1.84,84
build=./prepare_fdroid.sh
ndk=r11c
Build:1.87,87
commit=r1.87
subdir=app
gradle=production
prebuild=sed -i -e 's/enable true/enable false/g' build.gradle
scanignore=bitcoinj/core/src/main/resources/org/bitcoinj/crypto/cacerts,bitcoinj/core/src/test,bitcoinj/wallettemplate,app/src/production/assets/checkpoints
scandelete=app/scrypt,app/src/btctestnet/assets/checkpoints
build=./prepare_fdroid.sh
ndk=r12b
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,