Add all files to develop branch
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m29s

This commit is contained in:
2026-08-05 22:15:55 +07:00
commit e091288388
62 changed files with 5075 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
rootProject.name = "TesCICD"
pluginManagement {
repositories {
google {
mavenContent {
includeGroupAndSubgroups("androidx")
includeGroupAndSubgroups("com.android")
includeGroupAndSubgroups("com.google")
}
}
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositories {
google {
mavenContent {
includeGroupAndSubgroups("androidx")
includeGroupAndSubgroups("com.android")
includeGroupAndSubgroups("com.google")
}
}
mavenCentral()
}
}
include(":androidApp")
include(":shared")
include(":webApp")