Skip to content

Commit 3b3fc32

Browse files
committed
V7.12.4 latest code all update
1 parent 8289bc8 commit 3b3fc32

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)