Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit 062878b

Browse files
committed
Use prod GOOGLE_CLIENT_ID in development.
This should make it possible for development builds to use Google auth.
1 parent 60ce073 commit 062878b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ android {
4343
applicationIdSuffix '.dev'
4444
manifestPlaceholders = [ fabricKey : ""]
4545
ext.enableCrashlytics = false
46-
buildConfigField "String", "GOOGLE_CLIENT_ID", "\"659545034376-78hg5hmrvqr50nn53t0nme97ndhqjmvs.apps.googleusercontent.com\""
46+
buildConfigField "String", "GOOGLE_CLIENT_ID", "\"835904834568-77mtr5mtmpgspj9b051del9i9r5t4g4n.apps.googleusercontent.com\""
4747
}
4848
release {
4949
minifyEnabled false

0 commit comments

Comments
 (0)