Update GreenBits to 1.43 (43)
This commit is contained in:
parent
8eb9f4559d
commit
d29000b3bd
|
@ -124,6 +124,20 @@ Build:1.42,42
|
||||||
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
|
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=ANDROID_NDK=$$NDK$$ ./prepare_fdroid.sh
|
build=ANDROID_NDK=$$NDK$$ ./prepare_fdroid.sh
|
||||||
|
|
||||||
|
Build:1.43,43
|
||||||
|
commit=1.43
|
||||||
|
subdir=app
|
||||||
|
submodules=yes
|
||||||
|
gradle=production
|
||||||
|
srclibs=AutobahnSW-greenaddress@fb1223083dc6e9dfddc0daad3b76dae277765b51
|
||||||
|
rm=app/libs/*.jar
|
||||||
|
prebuild=pushd $$AutobahnSW-greenaddress$$ && \
|
||||||
|
$$MVN3$$ package && \
|
||||||
|
popd && \
|
||||||
|
cp $$AutobahnSW-greenaddress$$/target/autobahn-android-sw-0.5.2-SNAPSHOT.jar libs/
|
||||||
|
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=ANDROID_NDK=$$NDK$$ ./prepare_fdroid.sh
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
scandelete libscrypt.so - it is built by F-Droid via prepare_fdroid.sh,
|
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,
|
but it is still in GreenAddress repo for users who don't want to use NDK,
|
||||||
|
@ -131,12 +145,11 @@ so it needs to be removed before building to pass scanning.
|
||||||
prebuild rm autobahn android jar - as above, still in repo for users who
|
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.
|
don't want to be bothered with building Autobahn-SW from source.
|
||||||
|
|
||||||
* Set AUM when everything works and doesn't break for some releases.
|
* Watch prepare_fdroid.sh for changes on new builds.
|
||||||
* Check prepare_fdroid.sh for changes.
|
|
||||||
.
|
.
|
||||||
|
|
||||||
Auto Update Mode:None
|
#Auto Update Mode:None
|
||||||
#Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:1.43
|
Current Version:1.43
|
||||||
Current Version Code:43
|
Current Version Code:43
|
||||||
|
|
Loading…
Reference in a new issue