We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b062b90 + de37990 commit c1089d9Copy full SHA for c1089d9
app/build.gradle
@@ -49,7 +49,7 @@ android {
49
buildConfigField 'String', 'LICENSE', '"Please enter your License key"'
50
buildConfigField 'String', 'WEB_CHAT_LOGIN', '"https://webchat-preprod-sandbox.mirrorfly.com/"'
51
buildConfigField "String", "SUPPORT_MAIL", '"[email protected]"'
52
- buildConfigField 'Boolean', 'IS_SKIP_OTP', 'false'
+ buildConfigField 'Boolean', 'IS_SKIP_OTP', 'true'
53
resValue("string", "app_name", "UI Kit")
54
shrinkResources false
55
debuggable true
@@ -64,7 +64,7 @@ android {
64
65
66
67
68
69
70
debuggable false
0 commit comments