mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
migrating com.gitea.theoden8.sudaku from github.com to codeberg.org
This commit is contained in:
parent
f1934d13b5
commit
86aebd7348
1 changed files with 16 additions and 5 deletions
|
|
@ -2,14 +2,14 @@ Categories:
|
|||
- Games
|
||||
License: MIT
|
||||
AuthorName: theoden8
|
||||
SourceCode: https://gitea.com/theoden8/sudaku
|
||||
IssueTracker: https://gitea.com/theoden8/sudaku/issues
|
||||
SourceCode: https://codeberg.org/theoden8/sudaku
|
||||
IssueTracker: https://codeberg.org/theoden8/sudaku/issues
|
||||
|
||||
AutoName: Sudaku
|
||||
Description: Invent the rules on the go to solve hardest sudoku puzzles.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitea.com/theoden8/sudaku.git
|
||||
Repo: https://codeberg.org/theoden8/sudaku.git
|
||||
|
||||
Builds:
|
||||
- versionName: 0.0.2
|
||||
|
|
@ -58,8 +58,19 @@ Builds:
|
|||
- $$flutter$$/bin/flutter packages pub get
|
||||
build: $$flutter$$/bin/flutter build apk --flavor fdroid --verbose
|
||||
|
||||
- versionName: 0.0.4
|
||||
versionCode: 7
|
||||
commit: v0.0.4
|
||||
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
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.0.3
|
||||
CurrentVersionCode: 6
|
||||
CurrentVersion: 0.0.4
|
||||
CurrentVersionCode: 7
|
||||
|
|
|
|||
Loading…
Reference in a new issue