mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Merge branch 'master' into 'master'
New app: Sudaku See merge request fdroid/fdroiddata!6536
This commit is contained in:
commit
bfc75e2ed0
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