|
|
|
|
@ -13,8 +13,8 @@ android { |
|
|
|
|
minSdk 21 |
|
|
|
|
//noinspection ExpiredTargetSdkVersion |
|
|
|
|
targetSdk 28 |
|
|
|
|
versionCode 350 |
|
|
|
|
versionName "3.5.0" |
|
|
|
|
versionCode 351 |
|
|
|
|
versionName "3.5.1" |
|
|
|
|
javaCompileOptions { |
|
|
|
|
annotationProcessorOptions { |
|
|
|
|
arguments = ["room.schemaLocation": "$projectDir/schemas".toString(), "eventBusIndex": "com.fongmi.android.tv.event.EventIndex"] |
|
|
|
|
@ -94,6 +94,7 @@ dependencies { |
|
|
|
|
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.jahirfiquitiva:TextDrawable:1.0.3' |
|
|
|
|
implementation 'com.github.thegrizzlylabs:sardine-android:0.9' |
|
|
|
|
@ -104,6 +105,7 @@ 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' } |
|
|
|
|
|