Skip to content

Commit 6a82500

Browse files
committed
Update build.gradle
1 parent ca3ff9e commit 6a82500

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,13 @@ android {
3434

3535
buildTypes {
3636
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+
)
3742
buildConfigField("boolean", "ONBOARDING_FLAG", "true")
43+
signingConfig signingConfigs.debug
3844
}
3945
release {
4046
minifyEnabled false

0 commit comments

Comments
 (0)