mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update Energize to 0.6.0 (17)
This commit is contained in:
parent
e7b66a0a83
commit
5c4f8df0ed
1 changed files with 19 additions and 2 deletions
|
|
@ -181,8 +181,25 @@ Builds:
|
|||
- flutter pub run build_runner build --delete-conflicting-outputs
|
||||
- flutter build apk
|
||||
|
||||
- versionName: 0.6.0
|
||||
versionCode: 17
|
||||
commit: 062e1844f88550fdd0188a20f293b2977b41b065
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.3.9
|
||||
rm:
|
||||
- ios
|
||||
- test
|
||||
- web
|
||||
build:
|
||||
- export PATH=$$flutter$$/bin:$PATH
|
||||
- flutter config --no-analytics
|
||||
- flutter packages pub get
|
||||
- flutter pub run build_runner build --delete-conflicting-outputs
|
||||
- flutter build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.5.1
|
||||
CurrentVersionCode: 16
|
||||
CurrentVersion: 0.6.0
|
||||
CurrentVersionCode: 17
|
||||
|
|
|
|||
Loading…
Reference in a new issue