android: bootstrap phase-0 compose project skeleton
Some checks failed
CI / test (push) Failing after 2m4s

This commit is contained in:
2026-03-08 23:00:43 +03:00
parent 3c855d78a6
commit c86c8cf344
9 changed files with 176 additions and 0 deletions

View File

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