mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-06 14:16:53 +00:00
Update sudoku to 0.1.20 (69)
This commit is contained in:
parent
12485270dd
commit
ef19293da6
1 changed files with 18 additions and 2 deletions
|
|
@ -224,8 +224,24 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 0.1.20
|
||||
versionCode: 69
|
||||
commit: 45fe7ba09e40050404191dcf8fed8c4e4801119d
|
||||
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.18
|
||||
CurrentVersionCode: 67
|
||||
CurrentVersion: 0.1.20
|
||||
CurrentVersionCode: 69
|
||||
|
|
|
|||
Loading…
Reference in a new issue