mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Add fujiten
This commit is contained in:
parent
4bf120f730
commit
9f85721f5d
1 changed files with 34 additions and 0 deletions
34
metadata/fr.odrevet.fujiten.yml
Normal file
34
metadata/fr.odrevet.fujiten.yml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
Categories:
|
||||
- Science & Education
|
||||
- Reading
|
||||
- Writing
|
||||
License: GPL-3.0-only
|
||||
AuthorEmail: odrevet@gmail.com
|
||||
AuthorWebSite: http://olivier.drevet.free.fr/
|
||||
SourceCode: https://github.com/odrevet/fujiten/
|
||||
IssueTracker: https://github.com/odrevet/fujiten/issues
|
||||
Changelog: https://github.com/odrevet/fujiten/releases
|
||||
|
||||
AutoName: fujiten
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/odrevet/fujiten.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.3
|
||||
versionCode: 4
|
||||
commit: v1.0.3
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.3.4
|
||||
rm:
|
||||
- ios
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.3
|
||||
CurrentVersionCode: 4
|
||||
Loading…
Reference in a new issue