Files
SimpliTend/build.gradle
ADITYA abc3070b18 .
2023-07-13 21:12:17 +05:30

6 lines
330 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.3.1' apply false
id 'com.android.library' version '7.3.1' apply false
id 'com.google.android.libraries.mapsplatform.secrets-gradle-plugin' version '2.0.1' apply false
}