Update build.gradle

fongmi
FongMi 2 weeks ago
parent ca0626fa59
commit dfb4d43d72
  1. 4
      app/build.gradle

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

Loading…
Cancel
Save