Update build.gradle

pull/586/head
FongMi 1 year ago
parent 6f0df10274
commit 08eeb7e01b
  1. 4
      app/build.gradle

@ -13,8 +13,8 @@ android {
minSdk 21
//noinspection ExpiredTargetSdkVersion
targetSdk 28
versionCode 284
versionName "2.8.4"
versionCode 285
versionName "2.8.5"
javaCompileOptions {
annotationProcessorOptions {
arguments = ["room.schemaLocation": "$projectDir/schemas".toString(), "eventBusIndex": "com.fongmi.android.tv.event.EventIndex"]

Loading…
Cancel
Save