pull/496/head
FongMi 2 years ago
parent 81e6639b7b
commit b98648aaee
  1. 1
      app/build.gradle
  2. 5
      settings.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'

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

Loading…
Cancel
Save