appcenter updates

This commit is contained in:
Feruz 2018-12-16 20:08:20 +02:00
parent fa272192f8
commit d3b1b8fa64
6 changed files with 776 additions and 617 deletions

View File

@ -162,3 +162,6 @@ task copyDownloadableDepsToLibs(type: Copy) {
from configurations.compile
into 'libs'
}
// Add to the bottom of the file
apply plugin: 'com.google.gms.google-services'

View File

@ -0,0 +1,151 @@
{
"project_info": {
"project_number": "727329145824",
"firebase_url": "https://esteem-b829d.firebaseio.com",
"project_id": "esteem-b829d",
"storage_bucket": "esteem-b829d.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:727329145824:android:28cae4042ead15a6",
"android_client_info": {
"package_name": "app.esteem.mobile"
}
},
"oauth_client": [
{
"client_id": "727329145824-4cvs3h5kuahadelv8vr3h4f9fpfpgv1f.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyDxysYg5vwiRDTsxOPiIvardNNrNApRp2s"
}
],
"services": {
"analytics_service": {
"status": 1
},
"appinvite_service": {
"status": 1,
"other_platform_oauth_client": []
},
"ads_service": {
"status": 2
}
}
},
{
"client_info": {
"mobilesdk_app_id": "1:727329145824:android:e9c372964fecff2c",
"android_client_info": {
"package_name": "app.esteem.monitor"
}
},
"oauth_client": [
{
"client_id": "727329145824-4cvs3h5kuahadelv8vr3h4f9fpfpgv1f.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyDxysYg5vwiRDTsxOPiIvardNNrNApRp2s"
}
],
"services": {
"analytics_service": {
"status": 1
},
"appinvite_service": {
"status": 1,
"other_platform_oauth_client": []
},
"ads_service": {
"status": 2
}
}
},
{
"client_info": {
"mobilesdk_app_id": "1:727329145824:android:371b5b4551cc7d63",
"android_client_info": {
"package_name": "com.netsolutions.esteem"
}
},
"oauth_client": [
{
"client_id": "727329145824-ft3rhn0c2d10bmdm4a87m3c3c6ep9cr5.apps.googleusercontent.com",
"client_type": 1,
"android_info": {
"package_name": "com.netsolutions.esteem",
"certificate_hash": "f3dc2e50e60b9e849bf19d2de8b0cfa493213bcb"
}
},
{
"client_id": "727329145824-o1sm0umuq1l3hh4fp78dehkf4l3tu276.apps.googleusercontent.com",
"client_type": 1,
"android_info": {
"package_name": "com.netsolutions.esteem",
"certificate_hash": "da9a30356e24f5a9b26e3c5223e5e6d655196ea8"
}
},
{
"client_id": "727329145824-4cvs3h5kuahadelv8vr3h4f9fpfpgv1f.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyDxysYg5vwiRDTsxOPiIvardNNrNApRp2s"
}
],
"services": {
"analytics_service": {
"status": 1
},
"appinvite_service": {
"status": 1,
"other_platform_oauth_client": []
},
"ads_service": {
"status": 2
}
}
},
{
"client_info": {
"mobilesdk_app_id": "1:727329145824:android:05f99127cf9368a6",
"android_client_info": {
"package_name": "com.netsolutions.esteemwitness"
}
},
"oauth_client": [
{
"client_id": "727329145824-4cvs3h5kuahadelv8vr3h4f9fpfpgv1f.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyDxysYg5vwiRDTsxOPiIvardNNrNApRp2s"
}
],
"services": {
"analytics_service": {
"status": 1
},
"appinvite_service": {
"status": 1,
"other_platform_oauth_client": []
},
"ads_service": {
"status": 2
}
}
}
],
"configuration_version": "1"
}

View File

@ -1,3 +1,3 @@
{
"app_secret": "be09f286-c637-419a-a915-1581aff57cb9"
"app_secret": "3822cd8e-1d0c-475c-af78-7b407f267e2f"
}

File diff suppressed because one or more lines are too long

View File

@ -14,7 +14,8 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
// Add this line
classpath 'com.google.gms:google-services:4.0.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}

View File

@ -3,6 +3,6 @@
<plist version="1.0">
<dict>
<key>AppSecret</key>
<string>ea3fce16-fada-4786-a19a-a55d10fe19d9</string>
<string>f09f532b-95f0-43ac-96f5-3cfad5e10b0d</string>
</dict>
</plist>