2023-08-02 20:54:42 +05:30
|
|
|
buildscript {
|
|
|
|
|
dependencies {
|
2023-09-18 18:42:32 +05:30
|
|
|
classpath 'com.android.tools.build:gradle:7.4.2'
|
2023-08-02 20:54:42 +05:30
|
|
|
classpath 'com.google.gms:google-services:4.3.14'
|
|
|
|
|
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.2'
|
|
|
|
|
}
|
|
|
|
|
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
2023-06-29 17:54:41 +05:30
|
|
|
plugins {
|
2023-09-18 18:42:32 +05:30
|
|
|
id 'com.android.application' version '7.4.2' apply false
|
|
|
|
|
id 'com.android.library' version '7.4.2' apply false
|
2023-07-13 21:12:17 +05:30
|
|
|
id 'com.google.android.libraries.mapsplatform.secrets-gradle-plugin' version '2.0.1' apply false
|
2023-06-29 17:54:41 +05:30
|
|
|
}
|