@@ -46,10 +46,8 @@ android {
4646 buildTypes {
4747 debug {
4848 buildConfigField ' Boolean' , ' IS_QA_BUILD' , ' true'
49- // buildConfigField 'String', 'SDK_BASE_URL', '"https://api-preprod-sandbox.mirrorfly.com/api/v1/"'
5049 buildConfigField ' String' , ' LICENSE' , ' "Please enter your License key"'
5150 buildConfigField ' String' , ' WEB_CHAT_LOGIN' , ' "https://webchat-preprod-sandbox.mirrorfly.com/"'
52- // buildConfigField 'Boolean', 'IS_TRIAL_LICENSE', 'true'
5351 buildConfigField
" String" ,
" SUPPORT_MAIL" ,
' "[email protected] "' 5452 resValue(" string" , " app_name" , " UI Kit" )
5553 shrinkResources false
@@ -63,10 +61,8 @@ android {
6361 release {
6462 initWith debug
6563 buildConfigField ' Boolean' , ' IS_QA_BUILD' , ' true'
66- // buildConfigField 'String', 'SDK_BASE_URL', '"https://api-preprod-sandbox.mirrorfly.com/api/v1/"'
6764 buildConfigField ' String' , ' LICENSE' , ' "Please enter your License key"'
6865 buildConfigField ' String' , ' WEB_CHAT_LOGIN' , ' "https://webchat-preprod-sandbox.mirrorfly.com/"'
69- // buildConfigField 'Boolean', 'IS_TRIAL_LICENSE', 'true'
7066 buildConfigField
" String" ,
" SUPPORT_MAIL" ,
' "[email protected] "' 7167 resValue(" string" , " app_name" , " UI Kit" )
7268 shrinkResources false
0 commit comments