oplogy/build.gradle

9 lines
327 B
Groovy
Raw Normal View History

2024-06-04 11:43:18 +00:00
buildscript {
dependencies {
classpath 'com.google.gms:google-services:4.3.14'
}
}// 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 {
id 'com.android.application' version '8.0.2' apply false
id 'com.android.library' version '8.0.2' apply false
}