Update build.gradle

release
FongMi 3 weeks ago
parent 6b5cf1cb35
commit 9c9307c28d
  1. 4
      app/build.gradle

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

Loading…
Cancel
Save