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

Commit 965ec73

Browse files
committed
build.gradle: Add Google Client ID for Google auth.
GOOGLE_CLIENT_ID is a public key, and has been published in the Zulip server repository since Zulip was open sourced, so I think it makes sense to add it here to simplify the release process.
1 parent b551763 commit 965ec73

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
@@ -49,7 +49,7 @@ android {
4949
minifyEnabled false
5050
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
5151
manifestPlaceholders = [ fabricKey : project.property("fabricKey")]
52-
buildConfigField "String", "GOOGLE_CLIENT_ID", "TODO: FILL THIS IN"
52+
buildConfigField "String", "GOOGLE_CLIENT_ID", "\"835904834568-77mtr5mtmpgspj9b051del9i9r5t4g4n.apps.googleusercontent.com\""
5353
}
5454
}
5555
compileOptions {

0 commit comments

Comments
 (0)