19 lines
268 B
Plaintext
19 lines
268 B
Plaintext
rootProject.name = "bdk-android"
|
|
|
|
include(":lib")
|
|
includeBuild("plugins")
|
|
|
|
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
google()
|
|
}
|
|
}
|
|
|
|
dependencyResolutionManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
google()
|
|
}
|
|
}
|