Change 25 04 2026 add chats

This commit is contained in:
MiDupl1711
2026-04-25 01:14:39 +03:00
parent d69fe7e21f
commit fb07f28fd1
47 changed files with 5272 additions and 356 deletions
+3 -8
View File
@@ -1,21 +1,16 @@
pluginManagement {
repositories {
google {
content {
includeGroupByRegex("com\\.android.*")
includeGroupByRegex("com\\.google.*")
includeGroupByRegex("androidx.*")
}
}
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url = uri("https://jitpack.io") }
maven { url = uri("https://oss.sonatype.org/content/repositories/snapshots") }
}
}