Update GreenBits to 1.82 (82)
This commit is contained in:
parent
027e0f60da
commit
4a33fd8071
|
|
@ -452,12 +452,27 @@ Build:1.80,80
|
|||
build=./prepare_fdroid.sh
|
||||
ndk=r11c
|
||||
|
||||
Build:1.82,82
|
||||
commit=r1.82
|
||||
subdir=app
|
||||
submodules=yes
|
||||
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=r11c
|
||||
|
||||
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,
|
||||
so it needs to be removed before building to pass scanning.
|
||||
|
||||
Watch prepare_fdroid.sh for changes on new builds.
|
||||
|
||||
I am getting weird java7/8 errors, but I am not sure if this is due my
|
||||
local setup changed or actually a app/lib issue. Enabling 1.82 for
|
||||
testing.
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
|
|
|
|||
Loading…
Reference in a new issue