Update build.gradle

pull/617/head^2
FongMi 2 months ago
parent 6f8ec3f855
commit e8066e85bc
  1. 4
      app/build.gradle

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

Loading…
Cancel
Save