mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
quran_mem_helper - fix recipe
This commit is contained in:
parent
f75c1f421c
commit
3e10cfe5ec
1 changed files with 2 additions and 2 deletions
|
|
@ -184,7 +184,7 @@ Builds:
|
|||
versionCode: 51
|
||||
commit: 892842d41d2723b4c01864578d6ecfe59dd378ea
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
|
|
@ -202,7 +202,7 @@ Builds:
|
|||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
- .flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm"
|
||||
|
||||
- versionName: 1.2.1
|
||||
versionCode: 52
|
||||
|
|
|
|||
Loading…
Reference in a new issue