right UI code

This commit is contained in:
unknown
2023-10-28 20:58:33 +02:00
parent eadf0c7085
commit c793008b79
243 changed files with 8273 additions and 92 deletions

View File

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