mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update Energize to 0.6.1 (18)
This commit is contained in:
parent
07f9311e39
commit
52dbb30acc
1 changed files with 19 additions and 2 deletions
|
|
@ -199,8 +199,25 @@ Builds:
|
|||
- flutter pub run build_runner build --delete-conflicting-outputs
|
||||
- flutter build apk
|
||||
|
||||
- versionName: 0.6.1
|
||||
versionCode: 18
|
||||
commit: eec9038a5cb7f4d051f7054ca246b516f917e809
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.13.4
|
||||
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.6.0
|
||||
CurrentVersionCode: 17
|
||||
CurrentVersion: 0.6.1
|
||||
CurrentVersionCode: 18
|
||||
|
|
|
|||
Loading…
Reference in a new issue