mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
add dev.j7126.who_goes_first
This commit is contained in:
parent
d5965629d1
commit
d310bb9538
1 changed files with 47 additions and 0 deletions
47
metadata/dev.j7126.who_goes_first.yml
Normal file
47
metadata/dev.j7126.who_goes_first.yml
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
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: f88a99afaa1fd4206b7559729f319a55040f222c
|
||||
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.0
|
||||
CurrentVersionCode: 3
|
||||
Loading…
Reference in a new issue