mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-23 21:35:04 +03:00
appcenter updates
This commit is contained in:
parent
fa272192f8
commit
9f13030fd0
@ -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'
|
||||
|
@ -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
@ -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
|
||||
}
|
||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user