9️⃣How to build .apk files

There are 4 active build variants in the project. For development, we suggest you choose the "developDebug" like the image below.

To build the .apk file for release on Playstore, you have to select the active build variant is "productionRelease".

Go to Android Studio from the Main menu -> Build -> Build Bundle(s) / APK(s) -> Build APK(s)

Last updated