Update build.gradle

pull/585/head
FongMi 1 year ago
parent 1ea1a10194
commit c8d4a5225a
  1. 4
      app/build.gradle

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

Loading…
Cancel
Save