mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
New app: Simple Sudoku Game
This commit is contained in:
parent
19a9366457
commit
4e9262e1b3
1 changed files with 33 additions and 0 deletions
33
metadata/org.benoitharrault.sudoku.yml
Normal file
33
metadata/org.benoitharrault.sudoku.yml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Benoît Harrault
|
||||
AuthorEmail: benoit@harrault.fr
|
||||
AuthorWebSite: https://benoit.harrault.fr/
|
||||
SourceCode: https://git.harrault.fr/android/org.benoitharrault.sudoku
|
||||
IssueTracker: https://git.harrault.fr/android/org.benoitharrault.sudoku/issues
|
||||
Changelog: https://git.harrault.fr/android/org.benoitharrault.sudoku/-/tags
|
||||
|
||||
AutoName: sudoku
|
||||
|
||||
RepoType: git
|
||||
Repo: https://git.harrault.fr/android/org.benoitharrault.sudoku.git
|
||||
|
||||
Builds:
|
||||
- versionName: 0.0.47
|
||||
versionCode: 47
|
||||
commit: Release_0.0.47_47
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.5.1
|
||||
rm:
|
||||
- ios
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version Release_%v_%c
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: android/gradle.properties|app.versionCode=(\d+)|.|app.versionName=([\d.]+)
|
||||
CurrentVersion: 0.0.47
|
||||
CurrentVersionCode: 47
|
||||
Loading…
Reference in a new issue