mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-16 11:11:45 +00:00
Update io.gitlab.cryptographic_id
This commit is contained in:
parent
2d8b380dc7
commit
f2ae42c058
1 changed files with 29 additions and 2 deletions
|
|
@ -345,8 +345,35 @@ Builds:
|
||||||
- bash fdroid/setup.sh
|
- bash fdroid/setup.sh
|
||||||
- flutter build apk --release
|
- flutter build apk --release
|
||||||
|
|
||||||
|
- versionName: 0.5.2
|
||||||
|
versionCode: 18
|
||||||
|
commit: 1c18e46d1f4f25a62130bd7609432a2615ea8c6f
|
||||||
|
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.1
|
CurrentVersion: 0.5.2
|
||||||
CurrentVersionCode: 17
|
CurrentVersionCode: 18
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue