mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Update GreenBits to 1.46 (46)
This commit is contained in:
parent
5debf0c0cc
commit
6479097243
1 changed files with 16 additions and 2 deletions
|
|
@ -166,6 +166,20 @@ Build:1.45,45
|
|||
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.46,46
|
||||
commit=1.46
|
||||
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=./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,
|
||||
|
|
@ -179,6 +193,6 @@ don't want to be bothered with building Autobahn-SW from source.
|
|||
#Auto Update Mode:None
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.45
|
||||
Current Version Code:45
|
||||
Current Version:1.46
|
||||
Current Version Code:46
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue