9 lines
510 B
Plaintext
9 lines
510 B
Plaintext
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
plugins {
|
|
alias(libs.plugins.android.application) apply false
|
|
alias(libs.plugins.jetbrains.kotlin.android) apply false
|
|
// Make sure that you have the Google services Gradle plugin 4.4.1+ dependency
|
|
id("com.google.gms.google-services") version "4.4.2" apply false
|
|
// Add the dependency for the Crashlytics Gradle plugin
|
|
id("com.google.firebase.crashlytics") version "3.0.2" apply false
|
|
} |