mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Update CalyxVPN to 1.1.2 (160)
This commit is contained in:
parent
b7a10e45c9
commit
58b34efb00
1 changed files with 39 additions and 2 deletions
|
|
@ -174,10 +174,47 @@ Builds:
|
|||
- gradle main:externalNativeBuildCleanSkeletonRelease main:externalNativeBuildSkeletonRelease
|
||||
ndk: r20b
|
||||
|
||||
- versionName: 1.1.2
|
||||
versionCode: 160
|
||||
commit: 85fd6f640b6bbda3b148cc26af649148bf0909ee
|
||||
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.
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^calyx\/[0-9.]+$
|
||||
UpdateCheckName: se.leap.bitmaskclient
|
||||
CurrentVersion: 1.0.9
|
||||
CurrentVersionCode: 155
|
||||
CurrentVersion: 1.1.2
|
||||
CurrentVersionCode: 160
|
||||
|
|
|
|||
Loading…
Reference in a new issue