mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-15 02:31:42 +00:00
Update Mullvad VPN to 2021.1-beta1 (21010001)
This commit is contained in:
parent
a64a86d4dd
commit
99514652fa
1 changed files with 16 additions and 2 deletions
|
|
@ -72,7 +72,21 @@ Builds:
|
||||||
- ./build-apk.sh --fdroid
|
- ./build-apk.sh --fdroid
|
||||||
ndk: r20b
|
ndk: r20b
|
||||||
|
|
||||||
|
- versionName: 2021.1-beta1
|
||||||
|
versionCode: 21010001
|
||||||
|
commit: android/2021.1-beta1
|
||||||
|
init: NDK_PATH="$$NDK$$" android/fdroid-build/init.sh
|
||||||
|
output: android/build/outputs/apk/fdroid/android-fdroid-unsigned.apk
|
||||||
|
rm:
|
||||||
|
- gui
|
||||||
|
- graphics
|
||||||
|
- windows
|
||||||
|
build:
|
||||||
|
- NDK_PATH="$$NDK$$" source android/fdroid-build/env.sh
|
||||||
|
- ./build-apk.sh --fdroid
|
||||||
|
ndk: r20b
|
||||||
|
|
||||||
AutoUpdateMode: Version android/%v
|
AutoUpdateMode: Version android/%v
|
||||||
UpdateCheckMode: Tags ^android/.*$
|
UpdateCheckMode: Tags ^android/.*$
|
||||||
CurrentVersion: 2020.8-beta1
|
CurrentVersion: 2021.1-beta1
|
||||||
CurrentVersionCode: 20080001
|
CurrentVersionCode: 21010001
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue