Update GreenBits to 1.54 (54)

Build is now much simpler since it doesn't have jars nor third party
repos.
This commit is contained in:
Daniel Martí 2015-10-31 10:04:49 +01:00
parent 1d7e76519e
commit 1d7628514f

View file

@ -251,18 +251,21 @@ Build:1.53,53
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.54,54
commit=1.54
subdir=app
submodules=yes
gradle=production
scanignore=bitcoinj/core/src/main/resources/org/bitcoinj/crypto/cacerts,bitcoinj/core/src/test,bitcoinj/wallettemplate
scandelete=app/src/main/jniLibs,app/scrypt
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,
so it needs to be removed before building to pass scanning.
prebuild rm autobahn android jar - as above, still in repo for users who
don't want to be bothered with building Autobahn-SW from source.
Watch prepare_fdroid.sh for changes on new builds.
Uses a third party maven repo, which was introduced in 1.47. Upstream is
removing the maven repos and trying to build from source. Watch out in the
future releases, we don't want to use third party maven repos much longer.
.
Auto Update Mode:None