This commit is contained in:
2025-03-13 12:01:03 +01:00
parent d39124f928
commit f53b5791dd
571 changed files with 12844 additions and 320 deletions

View File

@@ -0,0 +1,16 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "ex1RelativeLayout"
include ':app'