Files
hackathon-gituber-4fbb7edea…/build.gradle.kts
2026-05-22 22:09:49 -06:00

5 lines
236 B
Plaintext

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
alias(libs.plugins.android.application) apply false
id("com.google.gms.google-services") version "4.4.4" apply false
}