mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-18 20:04:02 +00:00
Update Todo to 1.5.3 (2005)
This commit is contained in:
parent
bad7ed7ea9
commit
efa3638c3e
1 changed files with 21 additions and 2 deletions
|
|
@ -49,10 +49,29 @@ Builds:
|
||||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||||
|
|
||||||
|
- versionName: 1.5.3
|
||||||
|
versionCode: 2005
|
||||||
|
commit: 040b6ea8019729ab630e4d755504e51dae2e6631
|
||||||
|
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@stable
|
||||||
|
prebuild:
|
||||||
|
- flutterVersion=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" .github/workflows/release.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 --release --split-per-abi --target-platform="android-arm64"
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
VercodeOperation:
|
VercodeOperation:
|
||||||
- 2000 + %c
|
- 2000 + %c
|
||||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 1.5.2
|
CurrentVersion: 1.5.3
|
||||||
CurrentVersionCode: 2004
|
CurrentVersionCode: 2005
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue