Files
RidgeScout/build.gradle.kts
T

9 lines
256 B
Kotlin
Raw Normal View History

2024-03-24 17:49:47 -06:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
alias(libs.plugins.androidApplication) apply false
// id("com.google.gms.google-services") version "4.4.2" apply false
2024-03-29 17:37:05 -06:00
}
dependencies {
2024-03-24 17:49:47 -06:00
}