mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update InviZible Pro to 5.5.0 (2143)
This commit is contained in:
parent
4cfc2366cb
commit
72ea7c909a
1 changed files with 26 additions and 2 deletions
|
|
@ -128,9 +128,33 @@ Builds:
|
|||
build: libs/build
|
||||
ndk: r20b
|
||||
|
||||
- versionName: 5.5.0
|
||||
versionCode: 2143
|
||||
commit: fbd6d276da8c1b996ce17d7742c6864de120a2b8
|
||||
subdir: tordnscrypt
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y autogen g++ openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
- 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.4.0
|
||||
CurrentVersionCode: 2137
|
||||
CurrentVersion: 5.5.0
|
||||
CurrentVersionCode: 2143
|
||||
|
|
|
|||
Loading…
Reference in a new issue