mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update Kingdomino Score to 4.0.1 (27)
This commit is contained in:
parent
0c8a4c65cc
commit
50f8c5ad39
1 changed files with 23 additions and 2 deletions
|
|
@ -126,8 +126,29 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 4.0.1
|
||||
versionCode: 27
|
||||
commit: a1933fd38d3540bcee48b73a6a28b9f7b7227dae
|
||||
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
||||
srclibs:
|
||||
- flutter@3.32.6
|
||||
rm:
|
||||
- linux
|
||||
- test
|
||||
- web
|
||||
prebuild:
|
||||
- sed -i -e '/keystorePropertiesFile/d' android/app/build.gradle.kts
|
||||
- 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: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 4.0.0
|
||||
CurrentVersionCode: 26
|
||||
CurrentVersion: 4.0.1
|
||||
CurrentVersionCode: 27
|
||||
|
|
|
|||
Loading…
Reference in a new issue