mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 18:21:42 +00:00
New App: Wrotto
This commit is contained in:
parent
c136e60c70
commit
52d41e7856
1 changed files with 43 additions and 0 deletions
43
metadata/com.abhinavmarwaha.wrotto.yml
Normal file
43
metadata/com.abhinavmarwaha.wrotto.yml
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
Categories:
|
||||
- Writing
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: Abhinav Marwaha
|
||||
AuthorEmail: abhinavmarwaha@protonmail.com
|
||||
AuthorWebSite: https://abhinavmarwaha.com
|
||||
SourceCode: https://github.com/abhinavmarwaha/wrotto-app
|
||||
IssueTracker: https://github.com/abhinavmarwaha/wrotto-app/issues
|
||||
Changelog: https://github.com/abhinavmarwaha/wrotto-app/releases
|
||||
Donate: https://www.buymeacoffee.com/abhinavmarwaha
|
||||
Liberapay: abhinavmarwaha
|
||||
Bitcoin: 35Tzo8hTsggF2YENmBUc4ZiMjCKNYjgmHH
|
||||
|
||||
AutoName: Wrotto
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/abhinavmarwaha/wrotto-app
|
||||
|
||||
Builds:
|
||||
- versionName: 0.5.3
|
||||
versionCode: 4
|
||||
commit: v0.5.3
|
||||
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@1.22.5
|
||||
rm:
|
||||
- ios
|
||||
- test
|
||||
- .vscode
|
||||
build:
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk --flavor fdroid
|
||||
|
||||
MaintainerNotes: |-
|
||||
Builds will fail when the srclib ref of flutter and the version with which
|
||||
upstream has been built (https://github.com/flutter/flutter/tree/1.22.5) with differ.
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://raw.githubusercontent.com/abhinavmarwaha/wrotto-app/main/version.txt|versionCode=(.*)|.|versionName=(.*)
|
||||
CurrentVersion: 0.5.3
|
||||
CurrentVersionCode: 4
|
||||
Loading…
Reference in a new issue