Introduction
This document outlines the procedure for preparing an Android APK (Android Package)
for release or testing. It includes the necessary steps to configure the project, build the
APK, sign it, and prepare it for distribution. Following this guide ensures that the APK is
properly built and meets the required publishing on the Valor Store.
bulid.gradle
The client application is required to configure signingConfig in the build.gradle file of
the application.
Refer to the attached for details on signingConfig.

Signed APK
The client application must share the signed APK of the release build variant.


