Update build.gradle

pull/589/head
FongMi 9 months ago
parent 3bb12ba2d6
commit 3e5790ebd8
  1. 4
      app/build.gradle

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

Loading…
Cancel
Save