Open Terminal and clone source codegit clone https://github.com/Sunbird-Saral/Project-Saral.git
Change Directory toProject-Saral/
folder and switch to release tag as per release notes.git checkout tags/<tag_name>
$FRONTEND_FOLDER = Project-Saral/v1.0/frontend
$BACKEND_FOLDER = Project-Saral/v1.0/backend
com.saralapp
references to implementation specific package for example com.saralapp.xxstate
for xxstate. Refer below screenshot. ./gradlew clean
$FRONTEND_FOLDER
/SaralApp/android/app
folder.signingConfig signingConfigs.release
the line is uncommented../gradlew assembleRelease
./gradlew assembleDebug
Project-Saral/v1.0/frontend/SaralApp/android/app/build/outputs/apk/release or debug
folder.google-services.json
file.$FRONTEND_FOLDER
/SaralApp/android
folder and execute the below command to verify apk signature.jarsigner -verbose -verify ./app/build/outputs/apk/release/app-release.apk