Update build.gradle

pull/589/head
FongMi 8 months ago
parent 9d68cff6b5
commit bcc51d3746
  1. 4
      app/build.gradle

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

Loading…
Cancel
Save