|
|
|
|
@ -16,8 +16,8 @@ android { |
|
|
|
|
minSdk 24 |
|
|
|
|
//noinspection ExpiredTargetSdkVersion |
|
|
|
|
targetSdk 28 |
|
|
|
|
versionCode 504 |
|
|
|
|
versionName "5.0.4" |
|
|
|
|
versionCode 505 |
|
|
|
|
versionName "5.0.5" |
|
|
|
|
javaCompileOptions { |
|
|
|
|
annotationProcessorOptions { |
|
|
|
|
arguments = ["room.schemaLocation": "$projectDir/schemas".toString(), "eventBusIndex": "com.fongmi.android.tv.event.EventIndex"] |
|
|
|
|
@ -121,7 +121,7 @@ dependencies { |
|
|
|
|
implementation 'org.greenrobot:eventbus:3.3.1' |
|
|
|
|
implementation 'org.nanohttpd:nanohttpd:2.3.1' |
|
|
|
|
implementation('org.simpleframework:simple-xml:2.7.1') { exclude group: 'stax', module: 'stax-api' exclude group: 'xpp3', module: 'xpp3' } |
|
|
|
|
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.29' |
|
|
|
|
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.30' |
|
|
|
|
leanbackImplementation 'androidx.leanback:leanback:1.2.0' |
|
|
|
|
leanbackImplementation 'com.github.JessYanCoding:AndroidAutoSize:1.2.1' |
|
|
|
|
mobileImplementation 'androidx.biometric:biometric:1.1.0' |
|
|
|
|
|