14 lines
327 B
Plaintext
14 lines
327 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
google()
|
|
}
|
|
resolutionStrategy.eachPlugin {
|
|
if (requested.id.id == "com.android.application") {
|
|
useModule("com.android.tools.build:gradle:${requested.version}")
|
|
}
|
|
}
|
|
}
|
|
|
|
include(":uhabits-android", ":uhabits-core")
|