mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
29 lines
833 B
YAML
29 lines
833 B
YAML
Categories:
|
|
- Games
|
|
License: GPL-3.0-only
|
|
WebSite: https://github.com/dozingcat/MousePounce
|
|
SourceCode: https://github.com/dozingcat/MousePounce
|
|
IssueTracker: https://github.com/dozingcat/MousePounce/issues
|
|
|
|
AutoName: Egyptian Mouse Pounce
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/dozingcat/MousePounce.git
|
|
|
|
Builds:
|
|
- versionName: 1.1.0
|
|
versionCode: 2
|
|
commit: v1.1.0
|
|
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
|
|
srclibs:
|
|
- flutter@1.22.4
|
|
prebuild: rm -fr ios
|
|
build:
|
|
- export PATH=$$flutter$$/bin:$PATH
|
|
- flutter build apk --flavor fdroid
|
|
|
|
AutoUpdateMode: Version v%v
|
|
UpdateCheckMode: HTTP
|
|
UpdateCheckData: https://raw.githubusercontent.com/dozingcat/MousePounce/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
|
CurrentVersion: 1.1.0
|
|
CurrentVersionCode: 2
|