mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Update Kingdomino Score to 4.0.2 (28)
This commit is contained in:
parent
2be76c961b
commit
4b13b45e9d
1 changed files with 23 additions and 2 deletions
|
|
@ -147,8 +147,29 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 4.0.2
|
||||
versionCode: 28
|
||||
commit: aa800f2f78849c03051a5ec3b3e3ad4ca4d02753
|
||||
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.1
|
||||
CurrentVersionCode: 27
|
||||
CurrentVersion: 4.0.2
|
||||
CurrentVersionCode: 28
|
||||
|
|
|
|||
Loading…
Reference in a new issue