Update build.gradle

pull/605/head
jhengazuji 5 months ago
parent 6b88e32a14
commit a930281bdf
  1. 4
      app/build.gradle

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

Loading…
Cancel
Save