mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-20 21:04:50 +00:00
Update Bitmask to 1.1.3 (161000)
This commit is contained in:
parent
2a7c9f6c27
commit
1c7a859178
1 changed files with 25 additions and 2 deletions
|
|
@ -374,10 +374,33 @@ Builds:
|
||||||
build: ../scripts/build_deps.sh
|
build: ../scripts/build_deps.sh
|
||||||
ndk: r21e
|
ndk: r21e
|
||||||
|
|
||||||
|
- versionName: 1.1.3
|
||||||
|
versionCode: 161000
|
||||||
|
commit: e3b16b0b1150e4b6153c2de474f2e2a2ba92e03f
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y openjdk-11-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
gradle:
|
||||||
|
- normalProductionFat
|
||||||
|
rm:
|
||||||
|
- tor-android/external/openssl/fuzz
|
||||||
|
- tor-android/external/openssl/boringssl/fuzz
|
||||||
|
prebuild: sed -i -e 's|./gradlew|gradle|' ../scripts/build_deps.sh
|
||||||
|
scandelete:
|
||||||
|
- lib-bitmask-core*
|
||||||
|
- bitmaskcore/IPtProxy
|
||||||
|
- ics-openvpn/main/src/main/cpp
|
||||||
|
- tor-android/external
|
||||||
|
build: ../scripts/build_deps.sh
|
||||||
|
ndk: r21e
|
||||||
|
|
||||||
MaintainerNotes: The "build" commands are extracted from build_deps.sh.
|
MaintainerNotes: The "build" commands are extracted from build_deps.sh.
|
||||||
|
|
||||||
AutoUpdateMode: Version %v
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: Tags ^[0-9.]+$
|
UpdateCheckMode: Tags ^[0-9.]+$
|
||||||
VercodeOperation: 1000*%c
|
VercodeOperation: 1000*%c
|
||||||
CurrentVersion: 1.1.2
|
CurrentVersion: 1.1.3
|
||||||
CurrentVersionCode: 160000
|
CurrentVersionCode: 161000
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue