mirror of
https://gitlab.com/fdroid/fdroiddata.git
synced 2025-11-02 18:16:06 +01:00
75 lines
2 KiB
YAML
75 lines
2 KiB
YAML
Categories:
|
|
- Games
|
|
License: AGPL-3.0-or-later
|
|
AuthorWebSite: https://j7126.dev
|
|
WebSite: https://j7126.dev/projects/who-goes-first
|
|
SourceCode: https://github.com/j7126/who_goes_first
|
|
IssueTracker: https://github.com/j7126/who_goes_first/issues
|
|
|
|
AutoName: Who Goes First?
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/j7126/who_goes_first.git
|
|
|
|
Builds:
|
|
- versionName: 1.2.0
|
|
versionCode: 3
|
|
commit: 6b2eb0e413b26bb1d67f0e91a567e02f381db59e
|
|
output: build/app/outputs/flutter-apk/app-release.apk
|
|
srclibs:
|
|
- flutter@stable
|
|
rm:
|
|
- ios
|
|
- linux
|
|
- web
|
|
- windows
|
|
- macos
|
|
prebuild:
|
|
- export FLUTTER_VERSION=3.19.1
|
|
- pushd $$flutter$$
|
|
- git checkout -f $FLUTTER_VERSION
|
|
- popd
|
|
- mv android/app/build.gradle_fdroid android/app/build.gradle
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- export PATH=$$flutter$$/bin:$PATH
|
|
- flutter config --no-analytics
|
|
- flutter pub get
|
|
scandelete:
|
|
- .pub-cache
|
|
build:
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter build apk --release
|
|
|
|
- versionName: 1.2.1
|
|
versionCode: 4
|
|
commit: a56f3639d6ce3c05197792d558f6cdd58bd3d541
|
|
output: build/app/outputs/flutter-apk/app-release.apk
|
|
srclibs:
|
|
- flutter@stable
|
|
rm:
|
|
- ios
|
|
- linux
|
|
- web
|
|
- windows
|
|
- macos
|
|
prebuild:
|
|
- export FLUTTER_VERSION=3.19.1
|
|
- pushd $$flutter$$
|
|
- git checkout -f $FLUTTER_VERSION
|
|
- popd
|
|
- mv android/app/build.gradle_fdroid android/app/build.gradle
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- export PATH=$$flutter$$/bin:$PATH
|
|
- flutter config --no-analytics
|
|
- flutter pub get
|
|
scandelete:
|
|
- .pub-cache
|
|
build:
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter build apk --release
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
|
CurrentVersion: 1.2.1
|
|
CurrentVersionCode: 4
|