first commit

This commit is contained in:
2025-12-12 10:22:34 +00:00
commit 0c54f9a9cc
97 changed files with 5827 additions and 0 deletions

14
build.gradle.kts Normal file
View File

@@ -0,0 +1,14 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
classpath("com.google.gms:google-services:4.4.0")
}
}
plugins {
alias(libs.plugins.android.application) apply false
}