修改google登录的帐号

This commit is contained in:
CounterFire2023 2023-11-24 15:45:54 +08:00
parent f86acb5dd8
commit 1244988419
4 changed files with 6 additions and 5 deletions

View File

@ -14,7 +14,7 @@
android:extractNativeLibs="true"
android:usesCleartextTraffic="true"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
<!-- Tell Cocos2dxActivity the name of our .so -->
<!-- Tell MainActivity the name of cocos2d.so -->
<meta-data
android:name="android.app.lib_name"
android:value="cocos2djs" />

View File

@ -57,7 +57,7 @@ android {
}
manifestPlaceholders = [
'appAuthRedirectScheme': 'com.googleusercontent.apps.53206975661-asnf3qe4bg29p8h981pgf099osvrjbme'
'appAuthRedirectScheme': 'com.googleusercontent.apps.436789193812-5vh7ahctkaofjir9tnilfnvm19cf3vve'
]
}

View File

@ -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": "436789193812-5vh7ahctkaofjir9tnilfnvm19cf3vve.apps.googleusercontent.com",
"redirect_uri": "com.googleusercontent.apps.436789193812-5vh7ahctkaofjir9tnilfnvm19cf3vve:/oauth2redirect",
"end_session_redirect_uri": "com.googleusercontent.apps.436789193812-5vh7ahctkaofjir9tnilfnvm19cf3vve:/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": "",

View File

@ -4,6 +4,7 @@
<string name="permission_camera" translatable="false">Scan QRCode need camera permission</string>
<string name="qr_code_title" translatable="false">QRCode</string>
<string name="default_web_client_id1" translatable="false">436789193812-9vubggj1op881elm41i7b9raeec9dgrj.apps.googleusercontent.com</string>
<string name="default_android_client_id" translatable="false">436789193812-5vh7ahctkaofjir9tnilfnvm19cf3vve.apps.googleusercontent.com</string>
<string name="tips_scan_code" translatable="false"></string>
<string name="facebook_app_id" translatable="false">1204701000119770</string>