mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Update wger to 1.8.2 (70)
This commit is contained in:
parent
1780db1e7f
commit
d414158f5d
1 changed files with 28 additions and 2 deletions
|
|
@ -388,8 +388,34 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.8.2
|
||||
versionCode: 70
|
||||
commit: 0a3f26aae9522284a5c3b63ce4a50570257bf313
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- flatpak
|
||||
- ios
|
||||
- windows
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
prebuild:
|
||||
- flutterVersion=$(sed -n -E "s/.*flutter-version:\ (.*)/\1/p" .github/actions/flutter-common/action.yml)
|
||||
- '[[ $flutterVersion ]] || exit 1'
|
||||
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||
- 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.8.1
|
||||
CurrentVersionCode: 60
|
||||
CurrentVersion: 1.8.2
|
||||
CurrentVersionCode: 70
|
||||
|
|
|
|||
Loading…
Reference in a new issue