enable api splitting

This commit is contained in:
Roland Osborne 2023-05-18 11:06:19 -07:00
parent 97bddd68fa
commit b6ec244a9d

View File

@ -58,7 +58,7 @@ react {
* use App Bundles (https://developer.android.com/guide/app-bundle/)
* and want to have separate APKs to upload to the Play Store.
*/
def enableSeparateBuildPerCPUArchitecture = false
def enableSeparateBuildPerCPUArchitecture = true
/**
* Set this to true to Run Proguard on Release builds to minify the Java bytecode.