From 5ebbd8ee16f2b4f0b4aaf86afc41a00bef1aeed7 Mon Sep 17 00:00:00 2001 From: jithware Date: Mon, 6 Sep 2021 02:47:46 +0000 Subject: [PATCH] Initial release of Brethap --- metadata/com.jithware.brethap.yml | 36 +++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 metadata/com.jithware.brethap.yml diff --git a/metadata/com.jithware.brethap.yml b/metadata/com.jithware.brethap.yml new file mode 100644 index 0000000000..d33249e6cd --- /dev/null +++ b/metadata/com.jithware.brethap.yml @@ -0,0 +1,36 @@ +Categories: + - Sports & Health +License: Apache-2.0 +WebSite: http://www.jithware.com +SourceCode: https://github.com/jithware/brethap +IssueTracker: https://github.com/jithware/brethap/issues +Donate: https://www.paypal.com/donate/?hosted_button_id=2ZFSMQ8DGQVFS + +AutoName: Brethap + +RepoType: git +Repo: https://github.com/jithware/brethap + +Builds: + - versionName: 1.0.0 + versionCode: 15 + commit: 8a0253d41d6d97bac51110a31e3665c873115733 + output: build/app/outputs/flutter-apk/app-release.apk + srclibs: + - flutter@2.2.3 + rm: + - .vscode + - ios + - linux + - test + - web + build: + - $$flutter$$/bin/flutter config --no-analytics + - $$flutter$$/bin/flutter packages pub get + - $$flutter$$/bin/flutter build apk + +AutoUpdateMode: Version +UpdateCheckMode: Tags +UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ +CurrentVersion: 1.0.0 +CurrentVersionCode: 15