|
|
|
|
@ -14,8 +14,8 @@ android { |
|
|
|
|
minSdk 24 |
|
|
|
|
//noinspection ExpiredTargetSdkVersion |
|
|
|
|
targetSdk 28 |
|
|
|
|
versionCode 412 |
|
|
|
|
versionName "4.1.2" |
|
|
|
|
versionCode 413 |
|
|
|
|
versionName "4.1.3" |
|
|
|
|
javaCompileOptions { |
|
|
|
|
annotationProcessorOptions { |
|
|
|
|
arguments = ["room.schemaLocation": "$projectDir/schemas".toString(), "eventBusIndex": "com.fongmi.android.tv.event.EventIndex"] |
|
|
|
|
@ -98,14 +98,14 @@ dependencies { |
|
|
|
|
implementation project(':chaquo') |
|
|
|
|
implementation project(':quickjs') |
|
|
|
|
implementation 'androidx.appcompat:appcompat:1.7.1' |
|
|
|
|
implementation 'androidx.media:media:1.7.0' |
|
|
|
|
implementation 'androidx.media:media:1.7.1' |
|
|
|
|
implementation 'androidx.room:room-runtime:2.7.2' |
|
|
|
|
implementation 'cat.ereza:customactivityoncrash:2.4.0' |
|
|
|
|
implementation 'com.github.bassaer:materialdesigncolors:1.0.0' |
|
|
|
|
implementation 'com.github.bumptech.glide:glide:4.16.0' |
|
|
|
|
implementation 'com.github.bumptech.glide:annotations:4.16.0' |
|
|
|
|
implementation('com.github.bumptech.glide:avif-integration:4.16.0') { exclude group: 'org.aomedia.avif.android', module: 'avif' } |
|
|
|
|
implementation 'com.github.bumptech.glide:okhttp3-integration:4.16.0' |
|
|
|
|
implementation 'com.github.bumptech.glide:glide:' + glideVersion |
|
|
|
|
implementation 'com.github.bumptech.glide:annotations:' + glideVersion |
|
|
|
|
implementation 'com.github.bumptech.glide:avif-integration:' + glideVersion |
|
|
|
|
implementation 'com.github.bumptech.glide:okhttp3-integration:' + glideVersion |
|
|
|
|
implementation 'com.github.jahirfiquitiva:TextDrawable:1.0.3' |
|
|
|
|
implementation 'com.github.thegrizzlylabs:sardine-android:0.9' |
|
|
|
|
implementation 'com.github.teamnewpipe:NewPipeExtractor:v0.24.8' |
|
|
|
|
@ -115,7 +115,6 @@ dependencies { |
|
|
|
|
implementation 'com.hierynomus:smbj:0.14.0' |
|
|
|
|
implementation 'io.antmedia:rtmp-client:3.2.0' |
|
|
|
|
implementation 'javax.servlet:javax.servlet-api:3.1.0' |
|
|
|
|
implementation 'org.aomedia.avif.android:avif:1.1.1.14d8e3c4' |
|
|
|
|
implementation 'org.eclipse.jetty:jetty-client:8.1.21.v20160908' |
|
|
|
|
implementation('org.eclipse.jetty:jetty-server:8.1.21.v20160908') { exclude group: 'org.eclipse.jetty.orbit', module: 'javax.servlet' } |
|
|
|
|
implementation('org.eclipse.jetty:jetty-servlet:8.1.21.v20160908') { exclude group: 'org.eclipse.jetty.orbit', module: 'javax.servlet' } |
|
|
|
|
|