From 8677de3bfa0ea416569f692ad6acddc4c32de15f Mon Sep 17 00:00:00 2001
From: cebgcontract <99630598+cebgcontract@users.noreply.github.com>
Date: Fri, 2 Dec 2022 16:10:41 +0800
Subject: [PATCH] =?UTF-8?q?=E5=B0=86google=20oauth=E7=9A=84clintid=20?=
=?UTF-8?q?=E4=BB=8E=20android=E6=94=B9=E4=B8=BAweb?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/AndroidManifest.xml | 2 +-
app/build.gradle | 2 +-
res/raw/auth_config.json | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/app/AndroidManifest.xml b/app/AndroidManifest.xml
index de03a42..3a2dad4 100644
--- a/app/AndroidManifest.xml
+++ b/app/AndroidManifest.xml
@@ -66,7 +66,7 @@
-
+
diff --git a/app/build.gradle b/app/build.gradle
index 593b08c..5753b5c 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -40,7 +40,7 @@ android {
}
manifestPlaceholders = [
- 'appAuthRedirectScheme': 'com.googleusercontent.apps.53206975661-asnf3qe4bg29p8h981pgf099osvrjbme'
+ 'appAuthRedirectScheme': 'com.googleusercontent.apps.53206975661-ih3r0ubph3rqejdq97b029difbrk2bqj'
]
}
diff --git a/res/raw/auth_config.json b/res/raw/auth_config.json
index c1a6beb..d7827da 100644
--- a/res/raw/auth_config.json
+++ b/res/raw/auth_config.json
@@ -1,7 +1,7 @@
{
- "client_id": "53206975661-asnf3qe4bg29p8h981pgf099osvrjbme.apps.googleusercontent.com",
- "redirect_uri": "com.googleusercontent.apps.53206975661-asnf3qe4bg29p8h981pgf099osvrjbme:/oauth2redirect",
- "end_session_redirect_uri": "com.googleusercontent.apps.53206975661-asnf3qe4bg29p8h981pgf099osvrjbme:/oauth2redirect",
+ "client_id": "53206975661-ih3r0ubph3rqejdq97b029difbrk2bqj.apps.googleusercontent.com",
+ "redirect_uri": "com.googleusercontent.apps.53206975661-ih3r0ubph3rqejdq97b029difbrk2bqj:/oauth2redirect",
+ "end_session_redirect_uri": "com.googleusercontent.apps.53206975661-ih3r0ubph3rqejdq97b029difbrk2bqj:/oauth2redirect",
"authorization_scope": "openid email profile",
"discovery_uri": "https://accounts.google.com/.well-known/openid-configuration",
"authorization_endpoint_uri": "",