mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 20:59:11 +00:00
Update Energize to 0.5.1 (16)
This commit is contained in:
parent
a2d2220b33
commit
ac6a5f3e89
1 changed files with 19 additions and 2 deletions
|
|
@ -164,8 +164,25 @@ Builds:
|
|||
- flutter pub run build_runner build --delete-conflicting-outputs
|
||||
- flutter build apk
|
||||
|
||||
- versionName: 0.5.1
|
||||
versionCode: 16
|
||||
commit: e3bdebffe8b3d49133cb07dec16682d3f35abbe4
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.0.2
|
||||
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 v%v
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.5.0
|
||||
CurrentVersionCode: 15
|
||||
CurrentVersion: 0.5.1
|
||||
CurrentVersionCode: 16
|
||||
|
|
|
|||
Loading…
Reference in a new issue