mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Update InviZible Pro to 5.4.0 (2137)
This commit is contained in:
parent
eaff0153e2
commit
1936794daf
1 changed files with 25 additions and 2 deletions
|
|
@ -104,9 +104,32 @@ Builds:
|
|||
build: libs/build
|
||||
ndk: r20b
|
||||
|
||||
- versionName: 5.4.0
|
||||
versionCode: 2137
|
||||
commit: bf8d093e4e9d1d1da841d3247c77b98f92c2ca7c
|
||||
subdir: tordnscrypt
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y autogen g++
|
||||
- apt-get install -y -t testing golang-go
|
||||
init:
|
||||
- sed -i -e "s/ndkVersion .*/ndkVersion '20.1.5948944'/" build.gradle
|
||||
- libs/prebuild
|
||||
gradle:
|
||||
- fdroidArmv7a
|
||||
rm:
|
||||
- TorBuildScript/external/openssl/fuzz
|
||||
- PurpleI2PBuildScript/external/libs/openssl/fuzz
|
||||
scandelete:
|
||||
- tordnscrypt/libs
|
||||
- TorBuildScript/external
|
||||
build: libs/build
|
||||
ndk: r20b
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*-stable$
|
||||
VercodeOperation: 2000 + %c
|
||||
UpdateCheckData: tordnscrypt/build.gradle|versionCode\s(\d+)|.|versionName\s"([\d.]+)"
|
||||
CurrentVersion: 5.3.0
|
||||
CurrentVersionCode: 2133
|
||||
CurrentVersion: 5.4.0
|
||||
CurrentVersionCode: 2137
|
||||
|
|
|
|||
Loading…
Reference in a new issue