Update build.gradle

pull/605/head
jhengazuji 5 months ago
parent 88cc18aede
commit 19105a428c
  1. 4
      app/build.gradle

@ -12,8 +12,8 @@ android {
minSdk 24 minSdk 24
//noinspection ExpiredTargetSdkVersion //noinspection ExpiredTargetSdkVersion
targetSdk 28 targetSdk 28
versionCode 483 versionCode 484
versionName "4.8.3" versionName "4.8.4"
javaCompileOptions { javaCompileOptions {
annotationProcessorOptions { annotationProcessorOptions {
arguments = ["room.schemaLocation": "$projectDir/schemas".toString(), "eventBusIndex": "com.fongmi.android.tv.event.EventIndex"] arguments = ["room.schemaLocation": "$projectDir/schemas".toString(), "eventBusIndex": "com.fongmi.android.tv.event.EventIndex"]

Loading…
Cancel
Save