Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 04c15613 authored by Nihar Thakkar's avatar Nihar Thakkar Committed by Sumit Pundir
Browse files

Update Google client id

parent bb6e9771
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ import retrofit2.http.POST;

public class GmailOAuth2TokenStore extends AndroidSpecificOAuth2TokenProvider {
    private static final String GOOGLE_API_BASE_URL = "https://www.googleapis.com/";
    private static final String CLIENT_ID = "100496780587-qcq508h1rqpl1dq7hs7g5q9o64jogaap.apps.googleusercontent.com";
    private static final String CLIENT_ID = "535827794796-kjdtl0vhnnpnehmeu6e5o9l7nvm9dfv2.apps.googleusercontent.com";
    private static final String REDIRECT_URI = "io.eelo.mail:/oauth2redirect";
    private static final String AUTHORIZATION_URL = "https://accounts.google.com/o/oauth2/v2/auth?" +
            "scope=https://mail.google.com/&" +