escargot/build/android/settings.gradle
Seonghyun Kim 0b11603af4 Add android build artifact
Signed-off-by: Seonghyun Kim <sh8281.kim@samsung.com>
2023-01-25 19:20:45 +09:00

17 lines
353 B
Groovy

pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Escargot android"
include ':app'
include ':escargot'