Update yt lib

release
FongMi 2 months ago
parent 888ffb72eb
commit 19dd91da30
  1. 6
      app/build.gradle
  2. 2
      build.gradle

@ -16,8 +16,8 @@ android {
minSdk 24
//noinspection ExpiredTargetSdkVersion
targetSdk 28
versionCode 515
versionName "5.1.5"
versionCode 516
versionName "5.1.6"
javaCompileOptions {
annotationProcessorOptions {
arguments = ["room.schemaLocation": "$projectDir/schemas".toString(), "eventBusIndex": "com.fongmi.android.tv.event.EventIndex"]
@ -109,7 +109,7 @@ dependencies {
implementation 'com.github.bumptech.glide:okhttp3-integration:' + glideVersion
implementation 'com.github.jahirfiquitiva:TextDrawable:1.0.3'
implementation 'com.github.mcxinyu:LibRtmp-Client-for-Android:v3.2.0.m2'
implementation 'com.github.teamnewpipe:NewPipeExtractor:v0.25.0'
implementation 'com.github.teamnewpipe:NewPipeExtractor:v0.25.1'
implementation 'com.google.android.material:material:1.13.0'
implementation 'com.guolindev.permissionx:permissionx:1.8.1'
implementation 'javax.servlet:javax.servlet-api:3.1.0'

@ -11,6 +11,6 @@ tasks.register('clean', Delete) {
project.ext {
gsonVersion = '2.13.2'
glideVersion = '5.0.5'
media3Version = '1.9.0'
media3Version = '1.9.1'
okhttpVersion = '5.3.2'
}

Loading…
Cancel
Save