mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update RiseupVPN to 1.1.1 (159)
This commit is contained in:
parent
3dfbb0a962
commit
90ddd0425e
1 changed files with 39 additions and 2 deletions
|
|
@ -222,10 +222,47 @@ Builds:
|
||||||
- gradle main:externalNativeBuildCleanSkeletonRelease main:externalNativeBuildSkeletonRelease
|
- gradle main:externalNativeBuildCleanSkeletonRelease main:externalNativeBuildSkeletonRelease
|
||||||
ndk: r20b
|
ndk: r20b
|
||||||
|
|
||||||
|
- versionName: 1.1.1
|
||||||
|
versionCode: 159
|
||||||
|
commit: 5aaa3bb1c83d486e300eb98876eab26ad4325b82
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y -t testing golang-go
|
||||||
|
gradle:
|
||||||
|
- customProductionFat
|
||||||
|
prebuild:
|
||||||
|
- $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.3' >
|
||||||
|
/dev/null
|
||||||
|
- sed -i -e "/^task updateSdkLicences/,/^}/d; /commandLine 'git'/d" build.gradle
|
||||||
|
- sed -i -e '/android {/a ndkVersion = "20.1.5948944"' ../ics-openvpn/main/build.gradle.kts
|
||||||
|
scandelete:
|
||||||
|
- bitmask-core
|
||||||
|
- bitmask-web-core
|
||||||
|
- go/src
|
||||||
|
- ics-openvpn/main/src/main/cpp
|
||||||
|
build:
|
||||||
|
- cd ../go
|
||||||
|
- export GOPATH="$PWD"
|
||||||
|
- export GO_COMPILED="$PWD/bin"
|
||||||
|
- export PATH="$GO_COMPILED:$PATH"
|
||||||
|
- go get golang.org/x/mobile/cmd/gomobile
|
||||||
|
- gomobile init
|
||||||
|
- mkdir -p ./lib
|
||||||
|
- gomobile bind -target=android -o ./lib/bitmask-web-core.aar se.leap.bitmaskclient/shapeshifter/
|
||||||
|
se.leap.bitmaskclient/pgpverify
|
||||||
|
- cp lib/bitmask-web-core* ../bitmask-web-core/.
|
||||||
|
- gomobile bind -target=android -o ./lib/bitmask-core.aar se.leap.bitmaskclient/shapeshifter/
|
||||||
|
- cp lib/bitmask-core* ../bitmask-core/.
|
||||||
|
- cd ../ics-openvpn
|
||||||
|
- gradle main:externalNativeBuildCleanSkeletonRelease main:externalNativeBuildSkeletonRelease
|
||||||
|
ndk: r20b
|
||||||
|
|
||||||
MaintainerNotes: The "build" commands are extracted from build_deps.sh.
|
MaintainerNotes: The "build" commands are extracted from build_deps.sh.
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^[0-9.]+$
|
UpdateCheckMode: Tags ^[0-9.]+$
|
||||||
UpdateCheckName: se.leap.bitmaskclient
|
UpdateCheckName: se.leap.bitmaskclient
|
||||||
CurrentVersion: 1.1.0
|
CurrentVersion: 1.1.1
|
||||||
CurrentVersionCode: 158
|
CurrentVersionCode: 159
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue