Update build.gradle

pull/595/head
FongMi 9 months ago
parent f03429e72f
commit f2f12520d5
  1. 4
      app/build.gradle

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

Loading…
Cancel
Save