Initial commit: hello-world Android project
Android Build / build (push) Failing after 21s

This commit is contained in:
2026-05-16 15:42:17 +02:00
commit 0668d8631f
12 changed files with 286 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "HelloWorld"
include(":app")