10 lines
284 B
Groovy
Executable file
10 lines
284 B
Groovy
Executable file
rootProject.name = 'cloud_firestore'
|
|
|
|
apply from: file("local-config.gradle")
|
|
|
|
pluginManagement {
|
|
plugins {
|
|
id "com.android.application" version project.ext.androidGradlePluginVersion
|
|
id "com.android.library" version project.ext.androidGradlePluginVersion
|
|
}
|
|
}
|