Test CI
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 25s
Test / test (push) Successful in 19s

This commit is contained in:
2026-08-06 15:52:45 +07:00
commit 4f6c7a099a
63 changed files with 5087 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")