mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
New app com.wqar.quran_mem_helper
This commit is contained in:
parent
e8298b2341
commit
42d9f56ce5
1 changed files with 70 additions and 0 deletions
70
metadata/com.wqar.quran_mem_helper.yml
Normal file
70
metadata/com.wqar.quran_mem_helper.yml
Normal 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
|
||||
Loading…
Reference in a new issue