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

Commit a582f178 authored by Nihar Thakkar's avatar Nihar Thakkar
Browse files

Update Google OAuth client ID

parent 7e34ac5f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,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 = "654688539095-g7f4lov1ljpd6sjal6pgr57j19i58t2p.apps.googleusercontent.com";
    private static final String REDIRECT_URI = "foundation.e.mail:/oauth2redirect";
    private static final String AUTHORIZATION_URL = "https://accounts.google.com/o/oauth2/v2/auth?" +
            "scope=https://mail.google.com/&" +