From 068ef259546816954e26abb4f44c8ee940d5d15e Mon Sep 17 00:00:00 2001 From: Iain Findlay Date: Sun, 10 Jan 2021 12:52:54 +0000 Subject: [PATCH] Changing the metadata to reference the fastlane files that have been added to the main repo. (i.e. removing the summary and description and updating the commit number). --- metadata/nds.fyll.puzzle_grid.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 metadata/nds.fyll.puzzle_grid.yml diff --git a/metadata/nds.fyll.puzzle_grid.yml b/metadata/nds.fyll.puzzle_grid.yml new file mode 100644 index 0000000000..f5bfebca47 --- /dev/null +++ b/metadata/nds.fyll.puzzle_grid.yml @@ -0,0 +1,28 @@ +Categories: + - Writing +License: MIT +AuthorName: Iain Findlay +AuthorEmail: fyll.nds@gmail.com +AuthorWebSite: https://fyll-nds.bitbucket.io/ +SourceCode: https://bitbucket.org/Fyll-nds/puzzle-grid/src +IssueTracker: https://bitbucket.org/Fyll-nds/puzzle-grid/issues + +RepoType: git +Repo: https://bitbucket.org/Fyll-nds/puzzle-grid + +Builds: + - versionName: 2.0.6 + versionCode: 10 + commit: v2.0.6 + subdir: android/app + output: ../../build/app/outputs/flutter-apk/app-fdroid-release.apk + srclibs: + - flutter@1.22.2 + prebuild: echo "flutter.sdk=$$flutter$$" >> ../local.properties + build: $$flutter$$/bin/flutter build apk --release --flavor fdroid + +AutoUpdateMode: Version v%v +UpdateCheckMode: HTTP +UpdateCheckData: https://bitbucket.org/Fyll-nds/puzzle-grid/raw/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ +CurrentVersion: 2.0.6 +CurrentVersionCode: 10