Update build.gradle

pull/605/head
jhengazuji 5 months ago
parent d942de5969
commit 05716d38ae
  1. 4
      app/build.gradle

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

Loading…
Cancel
Save