pull/594/head
jhengazuki 3 months ago
parent e825702bc4
commit 359c04378e
  1. 4
      app/build.gradle
  2. 2
      build.gradle

@ -14,8 +14,8 @@ android {
minSdk 24
//noinspection ExpiredTargetSdkVersion
targetSdk 28
versionCode 413
versionName "4.1.3"
versionCode 414
versionName "4.1.4"
javaCompileOptions {
annotationProcessorOptions {
arguments = ["room.schemaLocation": "$projectDir/schemas".toString(), "eventBusIndex": "com.fongmi.android.tv.event.EventIndex"]

@ -10,7 +10,7 @@ tasks.register('clean', Delete) {
project.ext {
gsonVersion = '2.13.1'
glideVersion = '5.0.3'
glideVersion = '5.0.4'
media3Version = '1.8.0'
okhttpVersion = '5.1.0'
}

Loading…
Cancel
Save