From 42d9f56ce53909847f196efcd50c3929141623ea Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Mon, 16 Oct 2023 07:25:59 +0000 Subject: [PATCH] New app com.wqar.quran_mem_helper --- metadata/com.wqar.quran_mem_helper.yml | 70 ++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 metadata/com.wqar.quran_mem_helper.yml diff --git a/metadata/com.wqar.quran_mem_helper.yml b/metadata/com.wqar.quran_mem_helper.yml new file mode 100644 index 0000000000..8aa96c36b3 --- /dev/null +++ b/metadata/com.wqar.quran_mem_helper.yml @@ -0,0 +1,70 @@ +Categories: + - Reading +License: MIT +AuthorName: Waqar Ahmed +AuthorEmail: waqar.17a@gmail.com +SourceCode: https://github.com/Waqar144/quran_memorization_helper +IssueTracker: https://github.com/Waqar144/quran_memorization_helper/issues + +AutoName: Quran Revision Companion + +RepoType: git +Repo: https://github.com/Waqar144/quran_memorization_helper.git + +Builds: + - versionName: 1.0.0 + versionCode: 11 + commit: 20aaeadab2ee87fb22b3d955dea9e57389f692f2 + submodules: true + output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk + rm: + - ios + - linux + - macos + - windows + - test + prebuild: + - export PUB_CACHE=$(pwd)/.pub-cache + - .flutter/bin/flutter config --no-analytics + - .flutter/bin/flutter pub get + scanignore: + - .flutter/bin/cache + scandelete: + - .flutter + - .pub-cache + build: + - export PUB_CACHE=$(pwd)/.pub-cache + - .flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm" + + - versionName: 1.0.0 + versionCode: 12 + commit: 20aaeadab2ee87fb22b3d955dea9e57389f692f2 + submodules: true + output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk + rm: + - ios + - linux + - macos + - windows + - test + prebuild: + - export PUB_CACHE=$(pwd)/.pub-cache + - .flutter/bin/flutter config --no-analytics + - .flutter/bin/flutter pub get + scanignore: + - .flutter/bin/cache + scandelete: + - .flutter + - .pub-cache + build: + - export PUB_CACHE=$(pwd)/.pub-cache + - .flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64" + +AutoUpdateMode: Version +UpdateCheckMode: Tags .*[0-9]$ +VercodeOperation: + - '%c * 10 + 1' + - '%c * 10 + 2' +UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ +CurrentVersion: 1.0.0 +CurrentVersionCode: 12