From b98648aaeee0738258cdf9dbe84620d0ca562e0a Mon Sep 17 00:00:00 2001 From: FongMi Date: Mon, 3 Jun 2024 23:26:00 +0800 Subject: [PATCH] Clean --- app/build.gradle | 1 - settings.gradle | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f73da2a11..af956449d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -117,7 +117,6 @@ dependencies { implementation 'com.github.bumptech.glide:glide:4.16.0' implementation 'com.github.bumptech.glide:annotations:4.16.0' implementation 'com.github.bumptech.glide:okhttp3-integration:4.16.0' - implementation 'com.github.bytedance:danmaku-render-engine:0.1.0' implementation 'com.github.jahirfiquitiva:TextDrawable:1.0.3' implementation 'com.github.thegrizzlylabs:sardine-android:0.9' implementation 'com.google.android.material:material:1.12.0' diff --git a/settings.gradle b/settings.gradle index b3f1c78ad..a2b4fa007 100644 --- a/settings.gradle +++ b/settings.gradle @@ -12,11 +12,8 @@ dependencyResolutionManagement { mavenCentral() jcenter() google() - flatDir { - dirs "$rootDir/app/libs" - } + flatDir { dirs "$rootDir/app/libs" } maven { url "https://jitpack.io" } - maven { url 'https://artifact.bytedance.com/repository/releases/' } maven { url "http://4thline.org/m2" allowInsecureProtocol = true