mirror of
https://gitlab.com/fdroid/fdroiddata.git
synced 2025-11-01 01:26:05 +01:00
196 lines
5.2 KiB
YAML
196 lines
5.2 KiB
YAML
Categories:
|
|
- Games
|
|
License: GPL-3.0-only
|
|
AuthorName: Olivier Drevet
|
|
AuthorEmail: odrevet@gmail.com
|
|
AuthorWebSite: http://olivier.drevet.free.fr
|
|
WebSite: https://odrevet.github.io/kingdomino_score
|
|
SourceCode: https://github.com/odrevet/kingdomino_score
|
|
IssueTracker: https://github.com/odrevet/kingdomino_score/issues
|
|
Changelog: https://github.com/odrevet/kingdomino_score/releases
|
|
|
|
AutoName: Kingdomino Score
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/odrevet/kingdomino_score.git
|
|
|
|
Builds:
|
|
- versionName: 2.2.1
|
|
versionCode: 17
|
|
commit: v2.2.1
|
|
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
|
srclibs:
|
|
- flutter@2.2.3
|
|
rm:
|
|
- ios
|
|
build:
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter build apk
|
|
|
|
- versionName: 2.2.2
|
|
versionCode: 18
|
|
commit: 86fca9193995b90cb3cd1898571a59c17aec5c2a
|
|
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
|
srclibs:
|
|
- flutter@2.10.1
|
|
rm:
|
|
- ios
|
|
build:
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter build apk
|
|
|
|
- versionName: 3.0.0
|
|
versionCode: 19
|
|
commit: 42b382909ebde9bb06467664aa1b17e33670d56e
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
|
srclibs:
|
|
- flutter@2.10.5
|
|
rm:
|
|
- ios
|
|
- linux
|
|
- test
|
|
- web
|
|
- windows
|
|
build:
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter build apk
|
|
|
|
- versionName: 3.1.0
|
|
versionCode: 21
|
|
commit: 5b42c1e2c0de430df2f7a183ebfb05824cf88ab0
|
|
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
|
srclibs:
|
|
- flutter@3.16.2
|
|
rm:
|
|
- ios
|
|
- linux
|
|
- test
|
|
- web
|
|
- windows
|
|
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
|
|
|
|
- versionName: 3.2.2
|
|
versionCode: 24
|
|
commit: ada5677fefceeeaf6b7cd7dba6540961ac5bbc9f
|
|
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
|
srclibs:
|
|
- flutter@3.19.6
|
|
rm:
|
|
- ios
|
|
- linux
|
|
- test
|
|
- web
|
|
- windows
|
|
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
|
|
|
|
- versionName: 4.0.0
|
|
versionCode: 26
|
|
commit: 538d658995ae0f9d4826c92a99ce539c878779e9
|
|
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
|
srclibs:
|
|
- flutter@3.24.5
|
|
rm:
|
|
- canvaskit
|
|
- ios
|
|
- linux
|
|
- test
|
|
- web
|
|
- windows
|
|
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
|
|
|
|
- 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
|
|
|
|
- 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
|
|
|
|
- versionName: 4.0.3
|
|
versionCode: 29
|
|
commit: 2918a760ab46dd7146b6587644cc017ccdd203d8
|
|
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.3
|
|
CurrentVersionCode: 29
|