appcenter updates

This commit is contained in:
Feruz 2018-12-16 20:08:20 +02:00
parent fa272192f8
commit 9f13030fd0
5 changed files with 625 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

@ -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>