From 8cf3eaf91bff8c80b7ff1ba0378117336c27ee25 Mon Sep 17 00:00:00 2001
From: cebgcontract <99630598+cebgcontract@users.noreply.github.com>
Date: Fri, 2 Dec 2022 17:21:56 +0800
Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E6=BB=9Agoogle=20oauth=E9=85=8D?=
=?UTF-8?q?=E7=BD=AE?=
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 3a2dad4..de03a42 100644
--- a/app/AndroidManifest.xml
+++ b/app/AndroidManifest.xml
@@ -66,7 +66,7 @@
-
+
diff --git a/app/build.gradle b/app/build.gradle
index 5753b5c..593b08c 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -40,7 +40,7 @@ android {
}
manifestPlaceholders = [
- 'appAuthRedirectScheme': 'com.googleusercontent.apps.53206975661-ih3r0ubph3rqejdq97b029difbrk2bqj'
+ 'appAuthRedirectScheme': 'com.googleusercontent.apps.53206975661-asnf3qe4bg29p8h981pgf099osvrjbme'
]
}
diff --git a/res/raw/auth_config.json b/res/raw/auth_config.json
index d7827da..c1a6beb 100644
--- a/res/raw/auth_config.json
+++ b/res/raw/auth_config.json
@@ -1,7 +1,7 @@
{
- "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",
+ "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",
"authorization_scope": "openid email profile",
"discovery_uri": "https://accounts.google.com/.well-known/openid-configuration",
"authorization_endpoint_uri": "",