From 3b9a43d6227de71edce5024d295e19390e604e0a Mon Sep 17 00:00:00 2001 From: cebgcontract <99630598+cebgcontract@users.noreply.github.com> Date: Fri, 16 Sep 2022 15:17:01 +0800 Subject: [PATCH] update google oauth info --- app/AndroidManifest.xml | 2 +- res/raw/auth_config.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/AndroidManifest.xml b/app/AndroidManifest.xml index 48f058e..20c6be9 100644 --- a/app/AndroidManifest.xml +++ b/app/AndroidManifest.xml @@ -51,7 +51,7 @@ - + diff --git a/res/raw/auth_config.json b/res/raw/auth_config.json index 560d208..3be8200 100644 --- a/res/raw/auth_config.json +++ b/res/raw/auth_config.json @@ -1,7 +1,7 @@ { - "client_id": "165555585193-ud80sst45po348ohec2h33t2m6mjnlt0.apps.googleusercontent.com", - "redirect_uri": "com.googleusercontent.apps.165555585193-ud80sst45po348ohec2h33t2m6mjnlt0:/oauth2redirect", - "end_session_redirect_uri": "com.googleusercontent.apps.165555585193-ud80sst45po348ohec2h33t2m6mjnlt0:/oauth2redirect", + "client_id": "112636549810-l5cp5mhm6hq4ejh3g8o4q4gbnbnkvouc.apps.googleusercontent.com", + "redirect_uri": "com.googleusercontent.apps.112636549810-l5cp5mhm6hq4ejh3g8o4q4gbnbnkvouc:/oauth2redirect", + "end_session_redirect_uri": "com.googleusercontent.apps.112636549810-l5cp5mhm6hq4ejh3g8o4q4gbnbnkvouc:/oauth2redirect", "authorization_scope": "openid email profile https://www.googleapis.com/auth/drive.appdata", "discovery_uri": "https://accounts.google.com/.well-known/openid-configuration", "authorization_endpoint_uri": "",