mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-15 03:57:13 +00:00
Update Graded to 2.8.0-beta2 (296)
This commit is contained in:
parent
c72c194bd8
commit
6ce2566f2f
1 changed files with 22 additions and 2 deletions
|
|
@ -378,8 +378,28 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter build apk
|
||||
|
||||
- versionName: 2.8.0-beta2
|
||||
versionCode: 296
|
||||
commit: f9bb0b80537e409ab9f99256e5914dac969b4128
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
rm:
|
||||
- ios
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter config --no-analytics
|
||||
- .flutter/bin/flutter pub get
|
||||
scanignore:
|
||||
- .flutter/bin/cache
|
||||
scandelete:
|
||||
- .flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 2.7.3
|
||||
CurrentVersionCode: 295
|
||||
CurrentVersion: 2.8.0-beta2
|
||||
CurrentVersionCode: 296
|
||||
|
|
|
|||
Loading…
Reference in a new issue