2022-09-13 13:33:36 -04:00
|
|
|
rootProject.name = "bdk-android"
|
|
|
|
|
|
|
|
include(":lib")
|
|
|
|
includeBuild("plugins")
|
2024-03-28 12:09:13 -04:00
|
|
|
|
|
|
|
pluginManagement {
|
|
|
|
repositories {
|
|
|
|
gradlePluginPortal()
|
2024-03-28 14:32:26 -04:00
|
|
|
google()
|
2024-03-28 12:09:13 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencyResolutionManagement {
|
|
|
|
repositories {
|
|
|
|
mavenCentral()
|
2024-04-09 16:15:08 -04:00
|
|
|
google()
|
2024-03-28 12:09:13 -04:00
|
|
|
}
|
|
|
|
}
|