Set root project name, remove jcenter for plugin resolution

This commit is contained in:
arkon
2021-07-03 14:43:43 -04:00
parent 51a33a47cd
commit 5801297d78
2 changed files with 1 additions and 5 deletions

View File

@@ -13,8 +13,8 @@ pluginManagement {
gradlePluginPortal()
google()
mavenCentral()
jcenter()
}
}
rootProject.name = "Tachiyomi"
include(":app")