mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
New app: Sudaku
This commit is contained in:
parent
b05f391331
commit
29e3891d80
1 changed files with 31 additions and 0 deletions
31
metadata/com.gitea.theoden8.sudaku.yml
Normal file
31
metadata/com.gitea.theoden8.sudaku.yml
Normal file
|
|
@ -0,0 +1,31 @@
|
||||||
|
Categories:
|
||||||
|
- Games
|
||||||
|
License: MIT
|
||||||
|
AuthorName: theoden8
|
||||||
|
SourceCode: https://gitea.com/theoden8/sudaku
|
||||||
|
IssueTracker: https://gitea.com/theoden8/sudaku/issues
|
||||||
|
|
||||||
|
AutoName: sudaku
|
||||||
|
Summary: Solve sudoku by creating rules
|
||||||
|
Description: Invent the rules on the go to solve hardest sudoku puzzles.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://gitea.com/theoden8/sudaku.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 0.0.2
|
||||||
|
versionCode: 2
|
||||||
|
commit: v0.0.2
|
||||||
|
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@stable
|
||||||
|
prebuild:
|
||||||
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
- $$flutter$$/bin/flutter packages pub get
|
||||||
|
build: $$flutter$$/bin/flutter build apk --flavor fdroid --verbose
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: HTTP
|
||||||
|
UpdateCheckData: https://gitea.com/theoden8/sudaku/raw/branch/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
|
CurrentVersion: 0.0.2
|
||||||
|
CurrentVersionCode: 2
|
||||||
Loading…
Reference in a new issue