miPlodder commented on a change in pull request #40: feat: added abi filter in
the app
URL: https://github.com/apache/fineract-cn-mobile/pull/40#discussion_r288737793
##########
File path: app/build.gradle
##########
@@ -65,6 +66,26 @@ android {
androidExtensions {
experimental = true
}
+ splits {
+ abi {
+ enable gradle.startParameter.taskNames.contains("assembleRelease")
+ reset()
+ include 'arm64-v8a', 'armeabi', 'armeabi-v7a', 'mips', 'mips64',
'x86', 'x86_64'
+ universalApk false
Review comment:
Make `universalApk true`, let's generate the Universal Apk also, it will be
useful in some scenarios while sharing the APKs.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services