mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update OpenWrt Manager to 1.39.0 (201391)
This commit is contained in:
parent
6ed460157f
commit
491d493380
1 changed files with 25 additions and 2 deletions
|
|
@ -151,8 +151,31 @@ Builds:
|
||||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- $$flutter$$/bin/flutter build apk
|
- $$flutter$$/bin/flutter build apk
|
||||||
|
|
||||||
|
- versionName: 1.39.0
|
||||||
|
versionCode: 201391
|
||||||
|
commit: b826ac88b3b27a8eb1f1f5a97da4af70124005aa
|
||||||
|
output: build/app/outputs/flutter-apk/app-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@stable
|
||||||
|
rm:
|
||||||
|
- ios
|
||||||
|
- windows
|
||||||
|
prebuild:
|
||||||
|
- export flutterVersion=$(cat flutter.version)
|
||||||
|
- pushd $$flutter$$
|
||||||
|
- git checkout -f $flutterVersion
|
||||||
|
- popd
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
- $$flutter$$/bin/flutter packages pub get
|
||||||
|
scandelete:
|
||||||
|
- .pub-cache
|
||||||
|
build:
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- $$flutter$$/bin/flutter build apk
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 1.38.0
|
CurrentVersion: 1.39.0
|
||||||
CurrentVersionCode: 201380
|
CurrentVersionCode: 201391
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue