mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
-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:
parent
d2726c80b9
commit
4924eea71c
@ -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:
|
||||
|
||||
|
@ -431,7 +431,7 @@ android {
|
||||
enable true
|
||||
reset()
|
||||
include "x86", "x86_64", 'armeabi-v7a', "arm64-v8a"
|
||||
universalApk true
|
||||
universalApk false
|
||||
}
|
||||
}
|
||||
applicationVariants.all { variant ->
|
||||
|
Loading…
x
Reference in New Issue
Block a user