12 lines
430 B
Groovy
12 lines
430 B
Groovy
buildscript {
|
|
dependencies {
|
|
classpath 'com.google.gms:google-services:4.3.14'
|
|
|
|
}
|
|
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
plugins {
|
|
id 'com.android.application' version '8.1.4' apply false
|
|
id 'com.android.library' version '8.1.4' apply false
|
|
id 'com.google.android.libraries.mapsplatform.secrets-gradle-plugin' version '2.0.1' apply false
|
|
}
|