Update top level project build scripts

This commit is contained in:
arkon
2020-04-25 14:30:14 -04:00
parent 3f63b320c4
commit 81b2dfd9d0
6 changed files with 74 additions and 21 deletions

View File

@@ -1 +1,20 @@
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id == "com.android.library") {
useModule("com.android.tools.build:gradle:${requested.version}")
}
if (requested.id.id == "com.android.application") {
useModule("com.android.tools.build:gradle:${requested.version}")
}
}
}
repositories {
gradlePluginPortal()
google()
mavenCentral()
jcenter()
}
}
include(":app")