From 6199114add4481a725a53c7096c8408cfc4113df Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sat, 2 Feb 2019 18:36:37 +0100 Subject: [PATCH] New app: Repeat Me --- metadata/com.samarthdesai.repeatme.yml | 40 ++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 metadata/com.samarthdesai.repeatme.yml diff --git a/metadata/com.samarthdesai.repeatme.yml b/metadata/com.samarthdesai.repeatme.yml new file mode 100644 index 0000000000..93e8f6821d --- /dev/null +++ b/metadata/com.samarthdesai.repeatme.yml @@ -0,0 +1,40 @@ +Categories: + - Time +License: Apache-2.0 +AuthorName: Samarth Desai +SourceCode: https://github.com/SamarthDesai01/RepeatMe +IssueTracker: https://github.com/SamarthDesai01/RepeatMe/issues +Changelog: https://github.com/SamarthDesai01/RepeatMe/releases + +AutoName: Repeat Me +Summary: Schedule custom, interval based reminders +Description: |- + ''Repeat Me'' is the cleanest, fastest, and most customize-able way to schedule + notifications on your phone. With no ads or any questionable permissions, + Repeat Me is the lightest and safest way to keep track of everything you need + to do in your life. + +RepoType: git +Repo: https://github.com/SamarthDesai01/RepeatMe.git + +Builds: + - versionName: 1.2.4 + versionCode: 5 + commit: v1.2.4 + output: build/app/outputs/apk/release/app-release.apk + srclibs: + - flutter@v0.2.11 + rm: + - android/local.properties + prebuild: + - echo 'android.applicationVariants.all { variant -> variant.outputs.all { output + -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle + - $$flutter$$/bin/flutter pub get + build: + - $$flutter$$/bin/flutter config --no-analytics + - $$flutter$$/bin/flutter build apk + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 1.2.4 +CurrentVersionCode: 5