prepare to use bytedance danmaku

pull/496/head
FongMi 2 years ago
parent 34cc8a18b6
commit 4c608cb267
  1. 1
      app/build.gradle
  2. 5
      settings.gradle

@ -114,6 +114,7 @@ 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'

@ -15,9 +15,8 @@ dependencyResolutionManagement {
flatDir {
dirs "$rootDir/app/libs"
}
maven {
url "https://jitpack.io"
}
maven { url "https://jitpack.io" }
maven { url 'https://artifact.bytedance.com/repository/releases/' }
maven {
url "http://4thline.org/m2"
allowInsecureProtocol = true

Loading…
Cancel
Save