Update build.gradle

pull/605/head
jhengazuji 4 months ago
parent 0d2dfd98ad
commit 1b787976de
  1. 4
      app/build.gradle

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

Loading…
Cancel
Save