🎉 Inits frontend

This commit is contained in:
Daniel Svitan
2025-05-14 20:28:02 +02:00
parent ac9e4e901d
commit 251eb0a0c9
39 changed files with 931 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 = "AntiFed"
include(":app")