Skip to content

Commit 4b7420c

Browse files
authored
Correct appAuthRedirectScheme instructions
1 parent e4bfe38 commit 4b7420c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/README-Google.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
```
3030

3131
3. Finally, replace the `appAuthRedirectScheme` manifest placeholder in `build.gradle` (for Module: app) with
32-
`PREFIX.apps.googleusercontent.com`.
32+
`com.googleusercontent.apps.PREFIX`.
3333

3434
After this is done, install the app (`./gradlew :app:installDebug`). Authorizing a Google account
3535
and retrieving user info should now work.

0 commit comments

Comments
 (0)