We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Starting from August 1, 2019 Google Play will accept only 64-bit version of the application.
This needs
/android/app/build.gradle
android { ... splits { abi { reset() enable enableSeparateBuildPerCPUArchitecture universalApk false include "armeabi-v7a", "x86", "arm64-v8a", "x86_64" } } ... }
The text was updated successfully, but these errors were encountered:
done in #246
Sorry, something went wrong.
No branches or pull requests
Starting from August 1, 2019 Google Play will accept only 64-bit version of the application.
This needs
/android/app/build.gradle
The text was updated successfully, but these errors were encountered: