kept falling asleep 💀

This commit is contained in:
2024-02-05 11:44:56 -06:00
parent 7c6e0d61e9
commit f6c2218850
211 changed files with 4945 additions and 10 deletions

View File

@@ -0,0 +1,16 @@
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "GeoQuizChapter1"
include ':app'