feat;移除部分google服务
feat:修改mob- google配置 feat:修改签名配置(包名待修改)
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
apply plugin: 'com.android.application'
|
||||
apply plugin: 'com.google.gms.google-services'
|
||||
//apply plugin: 'com.google.firebase.crashlytics'
|
||||
apply plugin: 'kotlin-android'
|
||||
apply plugin: 'com.tencent.vasdolly'
|
||||
apply from: '../mob.gradle'
|
||||
@@ -81,19 +79,19 @@ android {
|
||||
signingConfigs {
|
||||
|
||||
v2 {
|
||||
storeFile file('../pekolive.jks')
|
||||
storePassword "peko2023"
|
||||
keyAlias "pekolive"
|
||||
keyPassword "peko2023"
|
||||
storeFile file('../pikolive.jks')
|
||||
storePassword "pikolive2023"
|
||||
keyAlias "pikolive"
|
||||
keyPassword "pikolive2023"
|
||||
v2SigningEnabled true
|
||||
v1SigningEnabled true
|
||||
}
|
||||
|
||||
v1 {
|
||||
storeFile file('../pekolive.jks')
|
||||
storePassword "peko2023"
|
||||
keyAlias "pekolive"
|
||||
keyPassword "peko2023"
|
||||
storeFile file('../pikolive.jks')
|
||||
storePassword "pikolive2023"
|
||||
keyAlias "pikolive"
|
||||
keyPassword "pikolive2023"
|
||||
v2SigningEnabled false
|
||||
v1SigningEnabled true
|
||||
}
|
||||
|
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"project_info": {
|
||||
"project_number": "656602722869",
|
||||
"project_id": "pekolive-30f9e",
|
||||
"storage_bucket": "pekolive-30f9e.appspot.com"
|
||||
},
|
||||
"client": [
|
||||
{
|
||||
"client_info": {
|
||||
"mobilesdk_app_id": "1:656602722869:android:dac206f8aae0ba9021f77c",
|
||||
"android_client_info": {
|
||||
"package_name": "com.vele.pekolive"
|
||||
}
|
||||
},
|
||||
"oauth_client": [
|
||||
{
|
||||
"client_id": "656602722869-sss2inirem512et0015kdqjp39mqgn96.apps.googleusercontent.com",
|
||||
"client_type": 3
|
||||
}
|
||||
],
|
||||
"api_key": [
|
||||
{
|
||||
"current_key": "AIzaSyDDoTSpY3wxOefVDVKRmE9cDiT1iv8Ra-4"
|
||||
}
|
||||
],
|
||||
"services": {
|
||||
"appinvite_service": {
|
||||
"other_platform_oauth_client": [
|
||||
{
|
||||
"client_id": "656602722869-sss2inirem512et0015kdqjp39mqgn96.apps.googleusercontent.com",
|
||||
"client_type": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"configuration_version": "1"
|
||||
}
|
@@ -90,9 +90,9 @@ dependencies {
|
||||
|
||||
//firebase推送、统计
|
||||
// implementation 'com.google.firebase:firebase-messaging:23.1.1'
|
||||
implementation 'com.google.android.gms:play-services-base:18.1.0'
|
||||
// implementation 'com.google.android.gms:play-services-base:18.1.0'
|
||||
// implementation 'com.google.firebase:firebase-core:19.0.0'
|
||||
implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1'
|
||||
// implementation 'com.google.android.gms:play-services-ads-identifier:18.0.1'
|
||||
|
||||
//googleplay内购
|
||||
api 'com.google.android.gms:play-services-wallet:19.2.1'
|
||||
|
@@ -22,7 +22,7 @@ MobSDK {
|
||||
}
|
||||
|
||||
GooglePlus {
|
||||
appId "797840604753-7odpvo802kh6u57261vpd0gv7jrv5h5l.apps.googleusercontent.com"
|
||||
appId "695864439005-jqts2e0ij0e7i4i597m6fc210433bc6g.apps.googleusercontent.com"
|
||||
callbackUri "http://localhost"
|
||||
officialVersion "default"
|
||||
enable true
|
||||
|
BIN
pikolive.jks
Normal file
BIN
pikolive.jks
Normal file
Binary file not shown.
@@ -10,7 +10,7 @@
|
||||
<Twitter Enable="false" />
|
||||
<Evernote Enable="false" />
|
||||
<FourSquare Enable="false" />
|
||||
<GooglePlus OfficialVersion="default" Enable="true" ClientID="797840604753-7odpvo802kh6u57261vpd0gv7jrv5h5l.apps.googleusercontent.com" RedirectUrl="http://localhost" />
|
||||
<GooglePlus OfficialVersion="default" Enable="true" ClientID="695864439005-jqts2e0ij0e7i4i597m6fc210433bc6g.apps.googleusercontent.com" RedirectUrl="http://localhost" />
|
||||
<Instagram Enable="false" />
|
||||
<LinkedIn Enable="false" />
|
||||
<Tumblr Enable="false" />
|
||||
|
Reference in New Issue
Block a user