android app

This commit is contained in:
2025-09-28 22:11:39 +09:00
parent 25cb9d9c8f
commit 40e016e128
41 changed files with 1625 additions and 11 deletions

View File

@@ -0,0 +1,18 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
rootProject.name = "GodEye Android Client"
include ':app'