mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update eQuran to 1.2.6 (93)
This commit is contained in:
parent
6b4b7e8174
commit
7ad96510b3
1 changed files with 62 additions and 2 deletions
|
|
@ -192,6 +192,66 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform=android-arm64
|
||||
|
||||
- versionName: 1.2.6
|
||||
versionCode: 91
|
||||
commit: c7f86c5fd78e6eaf8c3b718ea7c96ac31fa66ef6
|
||||
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.2.6
|
||||
versionCode: 92
|
||||
commit: c7f86c5fd78e6eaf8c3b718ea7c96ac31fa66ef6
|
||||
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.2.6
|
||||
versionCode: 93
|
||||
commit: c7f86c5fd78e6eaf8c3b718ea7c96ac31fa66ef6
|
||||
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:
|
||||
|
|
@ -199,5 +259,5 @@ VercodeOperation:
|
|||
- '%c * 10 + 2'
|
||||
- '%c * 10 + 3'
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.2.5
|
||||
CurrentVersionCode: 83
|
||||
CurrentVersion: 1.2.6
|
||||
CurrentVersionCode: 93
|
||||
|
|
|
|||
Loading…
Reference in a new issue