-build release variant so apks can be uploaded to github releases - playstore does not accept universal apks for abi splits that have a total mapping for the available code, deactivate

This commit is contained in:
Sean Mac Gillicuddy 2019-06-17 09:44:35 +01:00
parent d2726c80b9
commit 4924eea71c
2 changed files with 3 additions and 2 deletions

View File

@ -66,8 +66,9 @@ after_failure:
- lynx --dump ${LOG_DIR}org.kiwix.kiwixmobile.tests.BasicTest.html;
- echo " LOGCAT "; echo "========"; cat logcat.log; pkill -KILL -f adb
#before_deploy:
before_deploy:
# - export APP_CHANGELOG=$(cat app/src/kiwix/play/release-notes/en-US/default.txt)
- ./gradlew assembleKiwixRelease
deploy:

View File

@ -431,7 +431,7 @@ android {
enable true
reset()
include "x86", "x86_64", 'armeabi-v7a', "arm64-v8a"
universalApk true
universalApk false
}
}
applicationVariants.all { variant ->