mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-24 14:45:02 +00:00
New App: com.app.equran
This commit is contained in:
parent
143d0cbf43
commit
8a734a16d6
1 changed files with 83 additions and 0 deletions
83
metadata/com.app.equran.yml
Normal file
83
metadata/com.app.equran.yml
Normal file
|
|
@ -0,0 +1,83 @@
|
|||
Categories:
|
||||
- Internet
|
||||
- Reading
|
||||
License: MIT
|
||||
SourceCode: https://github.com/ya27hw/equran_app
|
||||
IssueTracker: https://github.com/ya27hw/equran_app/issues
|
||||
Changelog: https://github.com/ya27hw/equran_app/releases
|
||||
|
||||
AutoName: eQuran
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/ya27hw/equran_app
|
||||
|
||||
Builds:
|
||||
- versionName: 1.1.1
|
||||
versionCode: 41
|
||||
commit: 494db79c1b812a1bc1227928986b7753902057c1
|
||||
output: build/app/outputs/flutter-apk/app-*.apk
|
||||
srclibs:
|
||||
- flutter@3.19.3
|
||||
prebuild:
|
||||
- export FLUTTER_VERSION=$(sed -n -E "s/flutter:\s([0-9.]+)/\1/p" versions)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $FLUTTER_VERSION
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform=android-x64
|
||||
|
||||
- versionName: 1.1.1
|
||||
versionCode: 42
|
||||
commit: 494db79c1b812a1bc1227928986b7753902057c1
|
||||
output: build/app/outputs/flutter-apk/app-*.apk
|
||||
srclibs:
|
||||
- flutter@3.19.3
|
||||
prebuild:
|
||||
- export FLUTTER_VERSION=$(sed -n -E "s/flutter:\s([0-9.]+)/\1/p" versions)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $FLUTTER_VERSION
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform=android-arm
|
||||
|
||||
- versionName: 1.1.1
|
||||
versionCode: 43
|
||||
commit: 494db79c1b812a1bc1227928986b7753902057c1
|
||||
output: build/app/outputs/flutter-apk/app-*.apk
|
||||
srclibs:
|
||||
- flutter@3.19.3
|
||||
prebuild:
|
||||
- export FLUTTER_VERSION=$(sed -n -E "s/flutter:\s([0-9.]+)/\1/p" versions)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $FLUTTER_VERSION
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform=android-arm64
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
VercodeOperation:
|
||||
- '%c * 10 + 1'
|
||||
- '%c * 10 + 2'
|
||||
- '%c * 10 + 3'
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.1.1
|
||||
CurrentVersionCode: 43
|
||||
Loading…
Reference in a new issue