mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 02:01:42 +00:00
New App: com.sanzoghenzo.markdownr
This commit is contained in:
parent
87d9481517
commit
4d94eeaaff
1 changed files with 33 additions and 0 deletions
33
metadata/com.sanzoghenzo.markdownr.yml
Normal file
33
metadata/com.sanzoghenzo.markdownr.yml
Normal file
|
|
@ -0,0 +1,33 @@
|
||||||
|
Categories:
|
||||||
|
- Reading
|
||||||
|
- Writing
|
||||||
|
License: MIT
|
||||||
|
AuthorName: sanzoghenzo
|
||||||
|
AuthorEmail: andrea.ghensi@gmail.com
|
||||||
|
AuthorWebSite: https://about.me/andrea.ghensi
|
||||||
|
SourceCode: https://github.com/sanzoghenzo/markdownr
|
||||||
|
IssueTracker: https://github.com/sanzoghenzo/markdownr/issues
|
||||||
|
Donate: https://paypal.me/sanzoghenzo
|
||||||
|
Liberapay: sanzoghenzo
|
||||||
|
|
||||||
|
AutoName: markdownr
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/sanzoghenzo/markdownr.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.0.0
|
||||||
|
versionCode: 1
|
||||||
|
commit: b9d373bbf05fa6f8ab81d38334e430bf1c268b15
|
||||||
|
output: build/app/outputs/flutter-apk/app-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@2.10.4
|
||||||
|
build:
|
||||||
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
- $$flutter$$/bin/flutter build apk --release --verbose
|
||||||
|
|
||||||
|
AutoUpdateMode: Version
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
|
CurrentVersion: 1.0.0
|
||||||
|
CurrentVersionCode: 1
|
||||||
Loading…
Reference in a new issue