[Modify]修改google配置

This commit is contained in:
wushaocheng
2023-03-17 21:28:20 +08:00
parent 4a471bf2d1
commit 61d01b96c7
4 changed files with 12 additions and 4 deletions

View File

@@ -13,6 +13,14 @@
}
},
"oauth_client": [
{
"client_id": "656602722869-81vp0h83m290ibbtegk4i8i0f0b72el1.apps.googleusercontent.com",
"client_type": 1,
"android_info": {
"package_name": "com.vele.pekolive",
"certificate_hash": "96aca80e77145d82dbccd40a28c1aeade63bf7b3"
}
},
{
"client_id": "656602722869-sss2inirem512et0015kdqjp39mqgn96.apps.googleusercontent.com",
"client_type": 3

View File

@@ -30,8 +30,8 @@ COMPILE_SDK_VERSION=32
MIN_SDK_VERSION=21
TARGET_SDK_VERSION=32
version_name=1.6.5
version_code=165
version_name=1.6.7
version_code=167
#systemProp.https.proxyHost=127.0.0.1
#systemProp.https.proxyPort=9999

View File

@@ -21,7 +21,7 @@ MobSDK {
}
GooglePlus {
appId "656602722869-sss2inirem512et0015kdqjp39mqgn96.apps.googleusercontent.com"
appId "656602722869-81vp0h83m290ibbtegk4i8i0f0b72el1.apps.googleusercontent.com"
callbackUri "http://localhost"
officialVersion "default"
enable true

View File

@@ -10,7 +10,7 @@
<Twitter Enable="false" />
<Evernote Enable="false" />
<FourSquare Enable="false" />
<GooglePlus OfficialVersion="default" Enable="true" ClientID="656602722869-sss2inirem512et0015kdqjp39mqgn96.apps.googleusercontent.com" RedirectUrl="http://localhost" />
<GooglePlus OfficialVersion="default" Enable="true" ClientID="656602722869-81vp0h83m290ibbtegk4i8i0f0b72el1.apps.googleusercontent.com" RedirectUrl="http://localhost" />
<Instagram Enable="false" />
<LinkedIn Enable="false" />
<Tumblr Enable="false" />