mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-07 03:06:29 +00:00
Update sudoku to 0.1.14 (63)
This commit is contained in:
parent
9ae42471a6
commit
cf56c263b5
1 changed files with 18 additions and 2 deletions
|
|
@ -160,8 +160,24 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 0.1.14
|
||||
versionCode: 63
|
||||
commit: 9006f4a6fffe3056bc55abd0a810b95ffc451962
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.13.6
|
||||
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: android/gradle.properties|app.versionCode=(\d+)|.|app.versionName=([\d.]+)
|
||||
CurrentVersion: 0.1.12
|
||||
CurrentVersionCode: 61
|
||||
CurrentVersion: 0.1.14
|
||||
CurrentVersionCode: 63
|
||||
|
|
|
|||
Loading…
Reference in a new issue