mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-08 21:37:51 +00:00
Update sudoku to 0.1.18 (67)
This commit is contained in:
parent
254c3ef1b8
commit
e1044704c7
1 changed files with 18 additions and 2 deletions
|
|
@ -208,8 +208,24 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 0.1.18
|
||||
versionCode: 67
|
||||
commit: 733cfb653f94e1befe80d96270135438b48c78d0
|
||||
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.17
|
||||
CurrentVersionCode: 66
|
||||
CurrentVersion: 0.1.18
|
||||
CurrentVersionCode: 67
|
||||
|
|
|
|||
Loading…
Reference in a new issue