Write the code

This commit is contained in:
Astatin3
2024-07-20 15:20:00 -06:00
parent b087dff71a
commit 7423711b55
38 changed files with 1195 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
pluginManagement {
repositories {
google {
content {
includeGroupByRegex("com\\.android.*")
includeGroupByRegex("com\\.google.*")
includeGroupByRegex("androidx.*")
}
}
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "android-position-tracking"
include(":app")