BASE URL & Encryption Key
BAS URL

Select Project > Go to Gradle Scripts > gradle.properties
Open gradle.properties
Now change
BASE_URL
(get your BASE_URL in your admin panel)
API NAME
Select Project > Go to Gradle Scripts > gradle.properties
Open gradle.properties
Now change
API_NAME
choose any word as API_NAME or also it is optional if you dont want to change keep NEMOSOFTS_APP as it is
If you change API_NAME then you need to update api.php and lb_helper.php. replace NEMOSOFTS_APP with your New api_name. You can leave it as if you face issue in changing
Encryption KEY
Select Project > Go to Gradle Scripts > gradle.properties
Open gradle.properties
Now change
ENC_KEY
You can keep any characters for the key e.g. neme or abcdefgh or any word
If you donot understand about the keys then do not change any of the keys. Just change the BASE_URL
