mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update OpenWrt Manager to 1.37.0 (201370)
This commit is contained in:
parent
7bd9bf1146
commit
ce729158e7
1 changed files with 25 additions and 2 deletions
|
|
@ -105,8 +105,31 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.37.0
|
||||
versionCode: 201370
|
||||
commit: 7ea9c7558bade94ecc7bd73b6fadf9b24e62e0fe
|
||||
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
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.36.0
|
||||
CurrentVersionCode: 201360
|
||||
CurrentVersion: 1.37.0
|
||||
CurrentVersionCode: 201370
|
||||
|
|
|
|||
Loading…
Reference in a new issue