mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-15 03:57:13 +00:00
Update Crypto ID to 0.5.0 (16)
This commit is contained in:
parent
290181b65a
commit
8ef726cd4c
1 changed files with 30 additions and 2 deletions
|
|
@ -289,8 +289,36 @@ Builds:
|
|||
- bash fdroid/setup.sh
|
||||
- flutter build apk --release
|
||||
|
||||
- versionName: 0.5.0
|
||||
versionCode: 16
|
||||
commit: 75de720f3ec88d467b49da9f57fac6eb3cd8503c
|
||||
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
|
||||
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
|
||||
- bash fdroid/setup.sh
|
||||
- flutter build apk --release
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.4.5
|
||||
CurrentVersionCode: 15
|
||||
CurrentVersion: 0.5.0
|
||||
CurrentVersionCode: 16
|
||||
|
|
|
|||
Loading…
Reference in a new issue