mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-27 17:32:42 +00:00
71 lines
1.8 KiB
YAML
71 lines
1.8 KiB
YAML
|
|
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
|