mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Update io.gitlab.cryptographic_id to 0.5.5
This commit is contained in:
parent
0cb4e31de8
commit
c9d38b1335
1 changed files with 27 additions and 2 deletions
|
|
@ -399,8 +399,33 @@ Builds:
|
|||
- bash fdroid/setup.sh
|
||||
- flutter build apk --release
|
||||
|
||||
- versionName: 0.5.5
|
||||
versionCode: 21
|
||||
commit: 2ba2e5124a36ce36741f1b42b2e3875fea0a6c3a
|
||||
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.4
|
||||
CurrentVersionCode: 20
|
||||
CurrentVersion: 0.5.5
|
||||
CurrentVersionCode: 21
|
||||
|
|
|
|||
Loading…
Reference in a new issue