Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build APK for specific architectures
In addition to the universal APK, build specific APK for `arm64-v8a` and `armeabi-v7a` architectures. This allow to download a smaller APK if the device use one of these arch. `x86_64` is used by emulators while `x86` is pretty rare to find (<1% of devices uses this arch).
- Loading branch information