tobrun's picture
android : decouple example into a library and app module (#1445)
9f860c0 unverified
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "WhisperCppDemo"
include ':app'
include ':lib'