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.
1 parent ca3ff9e commit 6a82500Copy full SHA for 6a82500
app/build.gradle
@@ -34,7 +34,13 @@ android {
34
35
buildTypes {
36
create("onboarding") {
37
+ buildConfigField("String", "BACKEND_URL", secretsProperties['DEV_ENDPOINT'])
38
+ buildConfigField(
39
+ "String",
40
+ "GOOGLE_AUTH_CLIENT_ID", secretsProperties["GOOGLE_AUTH_CLIENT_ID"]
41
+ )
42
buildConfigField("boolean", "ONBOARDING_FLAG", "true")
43
+ signingConfig signingConfigs.debug
44
}
45
release {
46
minifyEnabled false
0 commit comments