Update build.gradle

release
jhengazuji 5 months ago
parent d3435189e4
commit 358e37f3c5
  1. 4
      app/build.gradle

@ -12,8 +12,8 @@ android {
minSdk 24
//noinspection ExpiredTargetSdkVersion
targetSdk 28
versionCode 490
versionName "4.9.0"
versionCode 491
versionName "4.9.1"
javaCompileOptions {
annotationProcessorOptions {
arguments = ["room.schemaLocation": "$projectDir/schemas".toString(), "eventBusIndex": "com.fongmi.android.tv.event.EventIndex"]

Loading…
Cancel
Save