mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 20:59:11 +00:00
Update sudoku to 0.1.22 (71)
This commit is contained in:
parent
64843483cf
commit
76fd775a9a
1 changed files with 18 additions and 2 deletions
|
|
@ -240,8 +240,24 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 0.1.22
|
||||
versionCode: 71
|
||||
commit: ba1f4bf6a516ec5ad82806005f5a57471c352cdc
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.16.9
|
||||
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.21
|
||||
CurrentVersionCode: 70
|
||||
CurrentVersion: 0.1.22
|
||||
CurrentVersionCode: 71
|
||||
|
|
|
|||
Loading…
Reference in a new issue