mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Update Crypto ID to 0.5.6 (22)
This commit is contained in:
parent
a34796d81e
commit
9f2ac294ac
1 changed files with 27 additions and 2 deletions
|
|
@ -424,8 +424,33 @@ Builds:
|
|||
- bash fdroid/setup.sh
|
||||
- flutter build apk --release
|
||||
|
||||
- versionName: 0.5.6
|
||||
versionCode: 22
|
||||
commit: 563cc8c4b177fad03795ee73a23436d26f352ae6
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y protobuf-compiler
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export PATH=$PATH:$(pwd)/flutter/bin
|
||||
- flutter config --no-analytics
|
||||
- flutter pub get
|
||||
scanignore:
|
||||
- flutter/bin/cache
|
||||
scandelete:
|
||||
- flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PATH=$PATH:$(pwd)/flutter/bin
|
||||
- protoc --proto_path=lib/cryptographic-id-protocol --dart_out=lib/generated/protobuf
|
||||
--plugin=protoc-gen-dart=$(pwd)/bin/protoc-gen-dart lib/cryptographic-id-protocol/cryptographic_id.proto
|
||||
- bash fdroid/setup.sh
|
||||
- flutter build apk --release
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.5.5
|
||||
CurrentVersionCode: 21
|
||||
CurrentVersion: 0.5.6
|
||||
CurrentVersionCode: 22
|
||||
|
|
|
|||
Loading…
Reference in a new issue