mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Update Mullvad VPN to 2024.5-beta2 (24050002)
This commit is contained in:
parent
f6a875d1c8
commit
497ff34497
1 changed files with 29 additions and 0 deletions
|
|
@ -686,6 +686,35 @@ Builds:
|
|||
- ../../build-apk.sh --fdroid
|
||||
ndk: r25c
|
||||
|
||||
- versionName: 2024.5-beta2
|
||||
versionCode: 24050002
|
||||
commit: 8bf2d167aa5f0cedc3f02fffc6d51f0bd2dfe3a6
|
||||
timeout: 10800
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y build-essential protobuf-compiler libprotobuf-dev
|
||||
init: NDK_PATH="$$NDK$$" ../fdroid-build/init.sh
|
||||
output: build/outputs/apk/ossProd/fdroid/app-oss-prod-fdroid-unsigned.apk
|
||||
rm:
|
||||
- gui
|
||||
- graphics
|
||||
- ios
|
||||
- windows
|
||||
- building/sigstore
|
||||
- android/lib/billing
|
||||
prebuild:
|
||||
- git -C ../.. submodule update --init --recursive --depth=1 wireguard-go-rs
|
||||
- sed -i -e 's|Repositories.GradlePlugins|"https://plugins.gradle.org/m2/"|'
|
||||
../build.gradle.kts
|
||||
- sed -i '/\"ios\//d' ../../Cargo.toml
|
||||
- sed -i '/^android-billingclient/d' ../gradle/libs.versions.toml
|
||||
build:
|
||||
- NDK_PATH="$$NDK$$" source ../fdroid-build/env.sh
|
||||
- cargo install --force cbindgen --version "0.26.0"
|
||||
- ../../build-apk.sh --fdroid
|
||||
ndk: r25c
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: '2024.4'
|
||||
|
|
|
|||
Loading…
Reference in a new issue