4
0
mirror of https://github.com/QuasarApp/QuasarAppCI.git synced 2025-05-05 01:39:38 +00:00

move to single apk

This commit is contained in:
Andrei Yankovich 2020-08-30 18:40:24 +03:00
parent e60feb1263
commit 6816fc6549

@ -41,7 +41,7 @@ class QMake(Make):
'SIGN_PATH="' + secret.getValue('SIGPATH') + '"',
'SIGN_ALIES="quasarapp"',
'SIGN_STORE_PASSWORD="' + secret.getValue('SIGPASS') + '"',
'ANDROID_ABIS=armeabi-v7a arm64-v8a'
'ANDROID_ABIS=arm64-v8a'
]