tfw you forget to push changes :upside_down:

This commit is contained in:
2024-04-17 15:26:13 -05:00
parent 8c8d7f21a7
commit 802b2f46ee
188 changed files with 5127 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
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 = "CriminalIntent3"
include(":app")