Android ++

This commit is contained in:
2023-03-16 13:55:12 +01:00
parent bba661e4f6
commit b7e74ae38b
57 changed files with 1096 additions and 25 deletions

View File

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