From 3fdae2bed76480ce6c4c159d75395f9262498d13 Mon Sep 17 00:00:00 2001 From: Bill Dietrich Date: Thu, 11 Feb 2021 23:24:09 +0000 Subject: [PATCH] fake_contacts: first submit, lint and rewritemeta fail --- metadata/me.billdietrich.fake_contacts.yml | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 metadata/me.billdietrich.fake_contacts.yml diff --git a/metadata/me.billdietrich.fake_contacts.yml b/metadata/me.billdietrich.fake_contacts.yml new file mode 100644 index 0000000000..362a62b813 --- /dev/null +++ b/metadata/me.billdietrich.fake_contacts.yml @@ -0,0 +1,34 @@ +Categories: + - Security +License: MIT +AuthorName: Bill Dietrich +AuthorEmail: bill@billdietrich.me +AuthorWebSite: https://www.billdietrich.me/ +SourceCode: https://github.com/BillDietrich/fake_contacts + +RepoType: git +Repo: https://github.com/BillDietrich/fake_contacts + +Builds: + - versionName: '1.6' + versionCode: 2 + commit: v1.6 + output: build/app/outputs/apk/release/app-release.apk + srclibs: + - flutter@1.26.0-12.0.pre + rm: + - ios + - test + - integration_test + 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 packages pub get + - $$flutter$$/bin/flutter build apk + +AutoUpdateMode: Version v%v +UpdateCheckMode: HTTP +UpdateCheckData: https://raw.githubusercontent.com/BillDietrich/fake_contacts/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ +CurrentVersion: '1.6' +CurrentVersionCode: 2