Update build.gradle

pull/585/head
FongMi 11 months ago
parent 35a02e0381
commit 58e289e3e0
  1. 4
      app/build.gradle

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

Loading…
Cancel
Save