|
|
|
|
@ -13,8 +13,8 @@ android { |
|
|
|
|
applicationId "com.fongmi.android.tv" |
|
|
|
|
minSdk 24 |
|
|
|
|
targetSdk 36 |
|
|
|
|
versionCode 424 |
|
|
|
|
versionName "4.2.4" |
|
|
|
|
versionCode 425 |
|
|
|
|
versionName "4.2.5" |
|
|
|
|
javaCompileOptions { |
|
|
|
|
annotationProcessorOptions { |
|
|
|
|
arguments = ["room.schemaLocation": "$projectDir/schemas".toString(), "eventBusIndex": "com.fongmi.android.tv.event.EventIndex"] |
|
|
|
|
@ -101,7 +101,7 @@ dependencies { |
|
|
|
|
implementation 'androidx.media:media:1.7.1' |
|
|
|
|
implementation 'androidx.room:room-runtime:2.8.0' |
|
|
|
|
implementation 'cat.ereza:customactivityoncrash:2.4.0' |
|
|
|
|
implementation 'com.airbnb.android:lottie:6.6.7' |
|
|
|
|
implementation 'com.airbnb.android:lottie:6.6.9' |
|
|
|
|
implementation 'com.github.bassaer:materialdesigncolors:1.0.0' |
|
|
|
|
implementation 'com.github.bumptech.glide:glide:' + glideVersion |
|
|
|
|
implementation 'com.github.bumptech.glide:annotations:' + glideVersion |
|
|
|
|
|