mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Crypto ID to 0.3.1 (9)
This commit is contained in:
parent
303fd62e78
commit
dec0b70cdb
1 changed files with 30 additions and 2 deletions
|
|
@ -94,8 +94,36 @@ Builds:
|
||||||
lib/cryptographic-id-protocol/cryptographic_id.proto
|
lib/cryptographic-id-protocol/cryptographic_id.proto
|
||||||
- flutter build apk --release
|
- flutter build apk --release
|
||||||
|
|
||||||
|
- versionName: 0.3.1
|
||||||
|
versionCode: 9
|
||||||
|
commit: 777dd210480bee9175511afdedf5cb870eda3e6f
|
||||||
|
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
|
||||||
|
- mkdir -p .dart_tool/flutter_gen/protobuf/
|
||||||
|
- flutter config --no-analytics
|
||||||
|
- flutter pub global activate protoc_plugin
|
||||||
|
- flutter pub get
|
||||||
|
scanignore:
|
||||||
|
- flutter/bin/cache
|
||||||
|
- flutter/packages/flutter_tools/gradle/flutter.gradle
|
||||||
|
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=.dart_tool/flutter_gen/protobuf
|
||||||
|
lib/cryptographic-id-protocol/cryptographic_id.proto
|
||||||
|
- 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.3.0
|
CurrentVersion: 0.3.1
|
||||||
CurrentVersionCode: 8
|
CurrentVersionCode: 9
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue