You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2019/05/29 19:46:58 UTC

[GitHub] [fineract-cn-mobile] miPlodder commented on a change in pull request #40: feat: added abi filter in the app

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:
users@infra.apache.org


With regards,
Apache Git Services