mirror of
https://github.com/fumiama/copymanga.git
synced 2026-07-01 00:00:25 +08:00
feat: remove all jcenter deps (fix #107)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.7.10'
|
||||
ext.kotlin_version = "$cm_kotlin_version"
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
@@ -19,7 +19,6 @@ buildscript {
|
||||
allprojects {
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
maven { url "https://jitpack.io" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user