wekws/runtime/android/settings.gradle
彭震东 0d9237b8c0
[runtime/android] add android runtime (#83)
* [android] init android runtime

* [android] add voice rectangle view

* [android] finished

* [android] fix lint
2022-09-07 15:25:45 +08:00

17 lines
322 B
Groovy

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