migrating com.gitea.theoden8.sudaku from github.com to codeberg.org

This commit is contained in:
Kirill Rd 2022-07-04 15:35:51 +00:00 committed by Licaon_Kter
parent f1934d13b5
commit 86aebd7348

View file

@ -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