mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
New app: Mindful Notifier
This commit is contained in:
parent
a5c4200b76
commit
adb1787f1c
1 changed files with 31 additions and 0 deletions
31
metadata/com.kmac5dev.mindfulnotifier.yml
Normal file
31
metadata/com.kmac5dev.mindfulnotifier.yml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
Categories:
|
||||
- Sports & Health
|
||||
License: GPL-3.0-only
|
||||
AuthorEmail: kmac5dev@gmail.com
|
||||
SourceCode: https://github.com/kmac/mindfulnotifier
|
||||
IssueTracker: https://github.com/kmac/mindfulnotifier/issues
|
||||
|
||||
AutoName: Mindful Notifier
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/kmac/mindfulnotifier
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.5
|
||||
versionCode: 6
|
||||
commit: v1.0.5
|
||||
output: build/app/outputs/apk/release/app-release.apk
|
||||
srclibs:
|
||||
- flutter@1.22.5
|
||||
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
|
||||
{ output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://github.com/kmac/mindfulnotifier/raw/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.5
|
||||
CurrentVersionCode: 6
|
||||
Loading…
Reference in a new issue