Skip to content

Commit c1089d9

Browse files
Merge pull request #38 from MirrorFly/release/v7.13.9
skip otp enabled true updated due to firebase otp not works.
2 parents b062b90 + de37990 commit c1089d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ android {
4949
buildConfigField 'String', 'LICENSE', '"Please enter your License key"'
5050
buildConfigField 'String', 'WEB_CHAT_LOGIN', '"https://webchat-preprod-sandbox.mirrorfly.com/"'
5151
buildConfigField "String", "SUPPORT_MAIL", '"[email protected]"'
52-
buildConfigField 'Boolean', 'IS_SKIP_OTP', 'false'
52+
buildConfigField 'Boolean', 'IS_SKIP_OTP', 'true'
5353
resValue("string", "app_name", "UI Kit")
5454
shrinkResources false
5555
debuggable true
@@ -64,7 +64,7 @@ android {
6464
buildConfigField 'String', 'LICENSE', '"Please enter your License key"'
6565
buildConfigField 'String', 'WEB_CHAT_LOGIN', '"https://webchat-preprod-sandbox.mirrorfly.com/"'
6666
buildConfigField "String", "SUPPORT_MAIL", '"[email protected]"'
67-
buildConfigField 'Boolean', 'IS_SKIP_OTP', 'false'
67+
buildConfigField 'Boolean', 'IS_SKIP_OTP', 'true'
6868
resValue("string", "app_name", "UI Kit")
6969
shrinkResources false
7070
debuggable false

0 commit comments

Comments
 (0)