mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-21 21:34:53 +00:00
Update Crypto ID to 0.5.3 (19)
This commit is contained in:
parent
c0156725be
commit
657a25e894
1 changed files with 29 additions and 2 deletions
|
|
@ -372,8 +372,35 @@ Builds:
|
||||||
- bash fdroid/setup.sh
|
- bash fdroid/setup.sh
|
||||||
- flutter build apk --release
|
- flutter build apk --release
|
||||||
|
|
||||||
|
- versionName: 0.5.3
|
||||||
|
versionCode: 19
|
||||||
|
commit: d8d24ad4b9d8629e82601d9d8bd138b736e3d1a4
|
||||||
|
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 global activate protoc_plugin
|
||||||
|
- flutter pub get
|
||||||
|
scanignore:
|
||||||
|
- flutter/bin/cache
|
||||||
|
scandelete:
|
||||||
|
- flutter
|
||||||
|
- .pub-cache
|
||||||
|
build:
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- export PATH=$PATH:$(pwd)/flutter/bin:${PUB_CACHE}/bin
|
||||||
|
- protoc --proto_path=lib/cryptographic-id-protocol --dart_out=lib/generated/protobuf
|
||||||
|
lib/cryptographic-id-protocol/cryptographic_id.proto
|
||||||
|
- bash fdroid/setup.sh
|
||||||
|
- flutter build apk --release
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 0.5.2
|
CurrentVersion: 0.5.3
|
||||||
CurrentVersionCode: 18
|
CurrentVersionCode: 19
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue