10 lines
234 B
Plaintext
10 lines
234 B
Plaintext
buildscript{
|
|
dependencies{
|
|
classpath("com.google.gms:google-services:4.4.2")
|
|
}
|
|
}
|
|
|
|
plugins {
|
|
alias(libs.plugins.android.application) apply false
|
|
id("com.google.gms.google-services") version "4.4.2" apply false
|
|
} |