2024-06-04 11:43:18 +00:00
|
|
|
buildscript {
|
|
|
|
dependencies {
|
|
|
|
classpath 'com.google.gms:google-services:4.3.14'
|
2024-06-14 02:12:43 +00:00
|
|
|
|
2024-06-04 11:43:18 +00:00
|
|
|
}
|
|
|
|
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
2024-05-28 05:14:36 +00:00
|
|
|
plugins {
|
2024-07-02 07:45:28 +00:00
|
|
|
id 'com.android.application' version '8.1.4' apply false
|
|
|
|
id 'com.android.library' version '8.1.4' apply false
|
2024-06-05 05:18:43 +00:00
|
|
|
id 'com.google.android.libraries.mapsplatform.secrets-gradle-plugin' version '2.0.1' apply false
|
2024-06-14 02:12:43 +00:00
|
|
|
}
|