update google config
This commit is contained in:
parent
b0d6068fbe
commit
c04737f162
@ -55,7 +55,7 @@
|
|||||||
<action android:name="android.intent.action.VIEW"/>
|
<action android:name="android.intent.action.VIEW"/>
|
||||||
<category android:name="android.intent.category.DEFAULT"/>
|
<category android:name="android.intent.category.DEFAULT"/>
|
||||||
<category android:name="android.intent.category.BROWSABLE"/>
|
<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>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
<service android:name ="com.youme.voiceengine.VoiceEngineService">
|
<service android:name ="com.youme.voiceengine.VoiceEngineService">
|
||||||
|
@ -40,7 +40,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
manifestPlaceholders = [
|
manifestPlaceholders = [
|
||||||
'appAuthRedirectScheme': 'com.googleusercontent.apps.165555585193-glmtnb94s3kkq906hal72ppiuoqpjjc5'
|
'appAuthRedirectScheme': 'com.googleusercontent.apps.53206975661-asnf3qe4bg29p8h981pgf099osvrjbme'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"client_id": "165555585193-glmtnb94s3kkq906hal72ppiuoqpjjc5.apps.googleusercontent.com",
|
"client_id": "53206975661-asnf3qe4bg29p8h981pgf099osvrjbme.apps.googleusercontent.com",
|
||||||
"redirect_uri": "com.googleusercontent.apps.165555585193-glmtnb94s3kkq906hal72ppiuoqpjjc5:/oauth2redirect",
|
"redirect_uri": "com.googleusercontent.apps.53206975661-asnf3qe4bg29p8h981pgf099osvrjbme:/oauth2redirect",
|
||||||
"end_session_redirect_uri": "com.googleusercontent.apps.165555585193-glmtnb94s3kkq906hal72ppiuoqpjjc5:/oauth2redirect",
|
"end_session_redirect_uri": "com.googleusercontent.apps.53206975661-asnf3qe4bg29p8h981pgf099osvrjbme:/oauth2redirect",
|
||||||
"authorization_scope": "openid email profile",
|
"authorization_scope": "openid email profile",
|
||||||
"discovery_uri": "https://accounts.google.com/.well-known/openid-configuration",
|
"discovery_uri": "https://accounts.google.com/.well-known/openid-configuration",
|
||||||
"authorization_endpoint_uri": "",
|
"authorization_endpoint_uri": "",
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
<string name="game_view_content_description">Game view</string>
|
<string name="game_view_content_description">Game view</string>
|
||||||
<string name="permission_camera">Scan QRCode need camera permission</string>
|
<string name="permission_camera">Scan QRCode need camera permission</string>
|
||||||
<string name="qr_code_title">QRCode</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>
|
<string name="tips_scan_code"></string>
|
||||||
</resources>
|
</resources>
|
Loading…
x
Reference in New Issue
Block a user