mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-24 14:05:40 +03:00
Setup Google plugin & config file
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
0a6f54cedf
commit
9c00d6fec6
2 changed files with 3 additions and 0 deletions
|
@ -134,3 +134,5 @@ dependencies {
|
|||
exclude group: 'com.android.support', module: 'support-annotations'
|
||||
})
|
||||
}
|
||||
|
||||
apply plugin: 'com.google.gms.google-services'
|
||||
|
|
|
@ -15,6 +15,7 @@ buildscript {
|
|||
classpath 'com.android.tools.build:gradle:3.0.0'
|
||||
classpath 'eu.davidea:grabver:0.6.0'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}"
|
||||
classpath 'com.google.gms:google-services:3.1.0'
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
|
|
Loading…
Reference in a new issue