mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Update sudoku to 0.1.15 (64)
This commit is contained in:
parent
a5ece8a923
commit
754cd0687c
1 changed files with 18 additions and 2 deletions
|
|
@ -176,8 +176,24 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 0.1.15
|
||||
versionCode: 64
|
||||
commit: 130557eae2a3943cd6cd7b4c1c23c66c2ea9eca9
|
||||
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.14
|
||||
CurrentVersionCode: 63
|
||||
CurrentVersion: 0.1.15
|
||||
CurrentVersionCode: 64
|
||||
|
|
|
|||
Loading…
Reference in a new issue