Update build.gradle

pull/590/head
FongMi 11 months ago
parent c48004a7f0
commit 3e5bb06d5e
  1. 4
      app/build.gradle

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

Loading…
Cancel
Save