Update build.gradle

pull/606/head
FongMi 3 months ago
parent 337fcc15cd
commit 281f2e88b2
  1. 4
      app/build.gradle

@ -16,8 +16,8 @@ android {
minSdk 24
//noinspection ExpiredTargetSdkVersion
targetSdk 28
versionCode 500
versionName "5.0.0"
versionCode 501
versionName "5.0.1"
javaCompileOptions {
annotationProcessorOptions {
arguments = ["room.schemaLocation": "$projectDir/schemas".toString(), "eventBusIndex": "com.fongmi.android.tv.event.EventIndex"]

Loading…
Cancel
Save