mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Update wger to 1.7.9 (50)
This commit is contained in:
parent
131dba20e4
commit
5b320cc86c
1 changed files with 24 additions and 2 deletions
|
|
@ -334,8 +334,30 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.7.9
|
||||
versionCode: 50
|
||||
commit: 86b61916f49035ee8b58239c40fe4b472f920bc9
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.29.1
|
||||
rm:
|
||||
- flatpak
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .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: 1.7.8
|
||||
CurrentVersionCode: 49
|
||||
CurrentVersion: 1.7.9
|
||||
CurrentVersionCode: 50
|
||||
|
|
|
|||
Loading…
Reference in a new issue