Update build.gradle

pull/590/head
jhengazuki 8 months ago
parent 31f9fce9f9
commit 4b9d1ea34c
  1. 4
      app/build.gradle

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

Loading…
Cancel
Save