New app com.wqar.quran_mem_helper

This commit is contained in:
Waqar Ahmed 2023-10-16 07:25:59 +00:00 committed by linsui
parent e8298b2341
commit 42d9f56ce5

View file

@ -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