đąAndroid
Setting up android app for build
Change all occurrences of
to your desire app package name.
Change appicons at
Change Splash Screen at
Rename folder: com/appfliiq/jolii in:
to your app package name.
Create firebase android app in firebase console:
and fill in app details:
on next step download the google-services.json
and replace the one in:
Create app signing keystore file
Download https://keystore-explorer.org/ and use it to create a new .keystore file and replace the one at:
Then set the keystore details in:
Change constant values and colors at
Setup firebase cli on your terminal with following command:
If firebase is not installed on your machine then go to https://firebase.google.com/docs/cli and follow the instructions on how to install Firebase CLI.
You are ready to debug or build your app. To build app run the following command:
Last updated