mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
New app: Covid19 Stats
This commit is contained in:
parent
82aac5b8e2
commit
fcefe0d267
1 changed files with 36 additions and 0 deletions
36
metadata/com.gabriel.covid19stats.yml
Normal file
36
metadata/com.gabriel.covid19stats.yml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Sports & Health
|
||||
- Science & Education
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Gabriel Tavernini
|
||||
AuthorEmail: taverninigabriel@gmail.com
|
||||
AuthorWebSite: https://gabrieltavernini.github.io/
|
||||
SourceCode: https://github.com/GabrielTavernini/Covid19Stats
|
||||
IssueTracker: https://github.com/GabrielTavernini/Covid19Stats/issues
|
||||
Changelog: https://github.com/GabrielTavernini/Covid19Stats/releases
|
||||
|
||||
AutoName: Covid19 Stats
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/GabrielTavernini/Covid19Stats
|
||||
|
||||
Builds:
|
||||
- versionName: 1.3.0
|
||||
versionCode: 4
|
||||
commit: v1.3
|
||||
output: build/app/outputs/apk/release/app-release.apk
|
||||
srclibs:
|
||||
- flutter@1.17.1
|
||||
prebuild:
|
||||
- echo 'android.applicationVariants.all { variant -> variant.outputs.all { output
|
||||
-> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
build: $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://raw.githubusercontent.com/GabrielTavernini/Covid19Stats/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.3.0
|
||||
CurrentVersionCode: 4
|
||||
Loading…
Reference in a new issue