Repo created

This commit is contained in:
Fr4nz D13trich 2025-11-24 08:58:44 +01:00
parent 92216c1ae2
commit 6e051b9cd4
280 changed files with 19204 additions and 2 deletions

29
settings.gradle.kts Normal file
View file

@ -0,0 +1,29 @@
pluginManagement {
repositories {
google{
content {
includeGroupByRegex("com\\.android.*")
includeGroupByRegex("com\\.google.*")
includeGroupByRegex("androidx.*")
}
}
mavenCentral()
gradlePluginPortal()
maven(url = "https://repo.repsy.io/mvn/chrynan/public")
maven(url = "https://jitpack.io")
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven(url = "https://repo.repsy.io/mvn/chrynan/public")
maven(url = "https://jitpack.io")
}
}
rootProject.name = "TabsLite"
include(":app")