Set root project name, remove jcenter for plugin resolution

(cherry picked from commit 5801297d78e7c04e85e0e805b81bbcfc6633e4d8)
This commit is contained in:
arkon 2021-07-03 14:43:43 -04:00 committed by Jobobby04
parent 20d8cf6c10
commit c07cc7f0df
2 changed files with 1 additions and 5 deletions

View File

@ -38,10 +38,6 @@ buildscript {
// Firebase Crashlytics
classpath("com.google.firebase:firebase-crashlytics-gradle:2.7.1")
}
repositories {
google()
jcenter()
}
}
tasks.register("clean", Delete::class) {

View File

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