update google config

This commit is contained in:
cebgcontract 2022-11-09 14:46:59 +08:00
parent b0d6068fbe
commit c04737f162
4 changed files with 6 additions and 6 deletions

View File

@ -55,7 +55,7 @@
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="com.googleusercontent.apps.165555585193-glmtnb94s3kkq906hal72ppiuoqpjjc5"/>
<data android:scheme="com.googleusercontent.apps.53206975661-asnf3qe4bg29p8h981pgf099osvrjbme"/>
</intent-filter>
</activity>
<service android:name ="com.youme.voiceengine.VoiceEngineService">

View File

@ -40,7 +40,7 @@ android {
}
manifestPlaceholders = [
'appAuthRedirectScheme': 'com.googleusercontent.apps.165555585193-glmtnb94s3kkq906hal72ppiuoqpjjc5'
'appAuthRedirectScheme': 'com.googleusercontent.apps.53206975661-asnf3qe4bg29p8h981pgf099osvrjbme'
]
}

View File

@ -1,7 +1,7 @@
{
"client_id": "165555585193-glmtnb94s3kkq906hal72ppiuoqpjjc5.apps.googleusercontent.com",
"redirect_uri": "com.googleusercontent.apps.165555585193-glmtnb94s3kkq906hal72ppiuoqpjjc5:/oauth2redirect",
"end_session_redirect_uri": "com.googleusercontent.apps.165555585193-glmtnb94s3kkq906hal72ppiuoqpjjc5:/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": "",

View File

@ -3,6 +3,6 @@
<string name="game_view_content_description">Game view</string>
<string name="permission_camera">Scan QRCode need camera permission</string>
<string name="qr_code_title">QRCode</string>
<string name="default_web_client_id">165555585193-j22geb66hjku5ns5lq5voaj4v7811cl7.apps.googleusercontent.com</string>
<string name="default_web_client_id">53206975661-ih3r0ubph3rqejdq97b029difbrk2bqj.apps.googleusercontent.com</string>
<string name="tips_scan_code"></string>
</resources>