We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2cd178 + 2e6aa79 commit 323c860Copy full SHA for 323c860
app/build.gradle.kts
@@ -46,7 +46,7 @@ android {
46
buildTypes {
47
getByName("debug") {
48
buildConfigField("Boolean", "IS_QA_BUILD", "true")
49
- buildConfigField("String", "LICENSE", "\"2sdgNtr3sFBSM3bYRa7RKDPEiB38Xo\"")
+ 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", "\"contussupport@gmail.com\"")
52
buildConfigField("Boolean", "IS_SKIP_OTP", "true")
0 commit comments