mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Update Cryptocam to 2.3.0 (16)
This commit is contained in:
parent
52793d17bb
commit
a6224b9073
1 changed files with 25 additions and 2 deletions
|
|
@ -207,7 +207,30 @@ Builds:
|
|||
- gomobile bind -o ../app/libs/encrypted_writer.aar tnibler.com/cryptocam-age-encryption
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 2.3.0
|
||||
versionCode: 16
|
||||
commit: cd6428679b8eb36c616607ef6a1f44ac75ec8990
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y -t testing golang-go
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;29.0.3'
|
||||
> /dev/null
|
||||
build:
|
||||
- export GOPATH="$PWD/gopath"
|
||||
- export PATH=$PATH:$GOPATH/bin
|
||||
- go get golang.org/x/mobile/cmd/gomobile
|
||||
- export ANDROID_SDK_HOME=$$SDK$$
|
||||
- export ANDROID_NDK_HOME=$$NDK$$
|
||||
- mkdir libs
|
||||
- cd ../age-encryption
|
||||
- gomobile init
|
||||
- gomobile bind -o ../app/libs/encrypted_writer.aar tnibler.com/cryptocam-age-encryption
|
||||
ndk: r21e
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.2.0
|
||||
CurrentVersionCode: 15
|
||||
CurrentVersion: 2.3.0
|
||||
CurrentVersionCode: 16
|
||||
|
|
|
|||
Loading…
Reference in a new issue