Initial Android CI project with Gitea Actions
Android Build / build (push) Has been cancelled
Android Build / release (push) Has been cancelled

This commit is contained in:
amos
2026-06-01 19:46:33 +08:00
commit 28a92d1831
16 changed files with 362 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 = "AndroidCIDemo"
include ':app'