mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Githo
This commit is contained in:
parent
8b7f3fffa4
commit
c419caf412
1 changed files with 20 additions and 2 deletions
|
|
@ -4,6 +4,7 @@ License: GPL-3.0-or-later
|
||||||
AuthorName: Glitchy-Tozier
|
AuthorName: Glitchy-Tozier
|
||||||
SourceCode: https://github.com/Glitchy-Tozier/githo
|
SourceCode: https://github.com/Glitchy-Tozier/githo
|
||||||
IssueTracker: https://github.com/Glitchy-Tozier/githo/issues
|
IssueTracker: https://github.com/Glitchy-Tozier/githo/issues
|
||||||
|
Changelog: https://github.com/Glitchy-Tozier/githo/releases
|
||||||
|
|
||||||
AutoName: Githo
|
AutoName: Githo
|
||||||
|
|
||||||
|
|
@ -107,8 +108,25 @@ Builds:
|
||||||
- $$flutter$$/bin/flutter packages pub get
|
- $$flutter$$/bin/flutter packages pub get
|
||||||
- $$flutter$$/bin/flutter build apk
|
- $$flutter$$/bin/flutter build apk
|
||||||
|
|
||||||
|
- versionName: 1.3.0
|
||||||
|
versionCode: 8
|
||||||
|
commit: v1.3.0
|
||||||
|
output: build/app/outputs/flutter-apk/app-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@2.10.2
|
||||||
|
rm:
|
||||||
|
- databases_across_versions
|
||||||
|
- ios
|
||||||
|
- linux
|
||||||
|
- web
|
||||||
|
- .vscode
|
||||||
|
build:
|
||||||
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
- $$flutter$$/bin/flutter packages pub get
|
||||||
|
- $$flutter$$/bin/flutter build apk
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 1.2.2
|
CurrentVersion: 1.3.0
|
||||||
CurrentVersionCode: 7
|
CurrentVersionCode: 8
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue