Update: 2026-06-21 03:02:56

This commit is contained in:
Hamza-Ayed
2026-06-21 03:02:56 +03:00
parent 2ac086d1fd
commit ce6f22dc71
52 changed files with 929 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 = "android_bot"
include(":app")