mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
green: 4.0.3
This commit is contained in:
parent
c1abf7281d
commit
bc42a95498
1 changed files with 10 additions and 37 deletions
|
|
@ -2228,57 +2228,30 @@ Builds:
|
|||
./prepare_gdk_clang.sh
|
||||
ndk: r23b
|
||||
|
||||
- versionName: 3.8.9
|
||||
versionCode: 22000389
|
||||
disable: https://github.com/Blockstream/green_android/issues/155
|
||||
commit: c8239d1de8b6982590daf5d7222f0f8bc991e185
|
||||
- versionName: 4.0.3
|
||||
versionCode: 22000403
|
||||
commit: bdb001e8d233a18ba2cd99505be8acd22285c16c
|
||||
timeout: 25200
|
||||
subdir: green
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y make clang jq libffi-dev virtualenv swig autoconf automake
|
||||
libtool
|
||||
libtool cmake pkg-config
|
||||
gradle:
|
||||
- production
|
||||
srclibs:
|
||||
- rustup@1.25.1
|
||||
- rustup@1.25.2
|
||||
prebuild: sed -i -e '/signingConfigs/,/^ }/d' build.gradle
|
||||
build:
|
||||
- $$rustup$$/rustup-init.sh -y
|
||||
- source $HOME/.cargo/env
|
||||
- rustup install 1.56.0
|
||||
- rustup install 1.68.0
|
||||
- rustup target add aarch64-linux-android armv7-linux-androideabi x86_64-linux-android
|
||||
i686-linux-android
|
||||
- cd ../crypto
|
||||
- JAVA_HOME=$(readlink -f /usr/bin/javac | sed "s:/bin/javac::") PATH=$HOME/.local/bin:$PATH
|
||||
./prepare_gdk_clang.sh
|
||||
ndk: r25b
|
||||
|
||||
- versionName: 3.9.1
|
||||
versionCode: 22000391
|
||||
disable: https://github.com/Blockstream/green_android/issues/159
|
||||
commit: ccce7387ab97f2c8392b9d9c14a1896ccddf6740
|
||||
timeout: 25200
|
||||
subdir: green
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y make clang jq libffi-dev virtualenv swig autoconf automake
|
||||
libtool
|
||||
gradle:
|
||||
- production
|
||||
srclibs:
|
||||
- rustup@1.25.1
|
||||
prebuild: sed -i -e '/signingConfigs/,/^ }/d' build.gradle
|
||||
build:
|
||||
- $$rustup$$/rustup-init.sh -y
|
||||
- source $HOME/.cargo/env
|
||||
- rustup install 1.56.0
|
||||
- rustup target add aarch64-linux-android armv7-linux-androideabi x86_64-linux-android
|
||||
i686-linux-android
|
||||
- cd ../crypto
|
||||
- JAVA_HOME=$(readlink -f /usr/bin/javac | sed "s:/bin/javac::") PATH=$HOME/.local/bin:$PATH
|
||||
./prepare_gdk_clang.sh
|
||||
ndk: r25b
|
||||
ndk: r25c
|
||||
|
||||
MaintainerNotes: |-
|
||||
Watch prepare_gdk_clang.sh for changes on new builds.
|
||||
|
|
@ -2289,9 +2262,9 @@ MaintainerNotes: |-
|
|||
for each chain runnin on localhost. They are used to speed up SPV verification when possible and they
|
||||
can be verified independently by checking each hash against the blockchain.
|
||||
|
||||
AutoUpdateMode: None
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
VercodeOperation:
|
||||
- 22000000 + %c
|
||||
CurrentVersion: 4.0.1
|
||||
CurrentVersionCode: 22000401
|
||||
CurrentVersion: 4.0.3
|
||||
CurrentVersionCode: 22000403
|
||||
|
|
|
|||
Loading…
Reference in a new issue