mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update sudoku to 0.10.1 (88)
This commit is contained in:
parent
21f0cb4ee9
commit
6adb596a42
1 changed files with 18 additions and 2 deletions
|
|
@ -304,8 +304,24 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 0.10.1
|
||||
versionCode: 88
|
||||
commit: 0e00eae462398b42dac4d1c4703d14d262b7e5e0
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.32.8
|
||||
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: 0.10.0
|
||||
CurrentVersionCode: 87
|
||||
CurrentVersion: 0.10.1
|
||||
CurrentVersionCode: 88
|
||||
|
|
|
|||
Loading…
Reference in a new issue