mirror of
https://github.com/Team4388/RidgeScout.git
synced 2026-06-09 00:37:59 -06:00
9 lines
256 B
Kotlin
9 lines
256 B
Kotlin
// 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
|
|
}
|
|
|
|
dependencies {
|
|
|
|
} |