Set root project name, remove jcenter for plugin resolution

(cherry picked from commit 5801297d78)
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
-4
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) {
+1 -1
View File
@@ -13,8 +13,8 @@ pluginManagement {
gradlePluginPortal()
google()
mavenCentral()
jcenter()
}
}
rootProject.name = "TachiyomiSY"
include(":app")