Update build.gradle

pull/589/head
FongMi 10 months ago
parent a01b22de51
commit 47136a4a65
  1. 4
      app/build.gradle

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

Loading…
Cancel
Save