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