1
0
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:
源文雨
2025-01-09 21:58:46 +09:00
parent 43ee1dd86b
commit f91f7be6ba
7 changed files with 15 additions and 14 deletions

View File

@@ -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" }
}