Update build.gradle

release^2
jhengazuki 2 months ago
parent eb5d47d5e2
commit 8cc34c7dd5
  1. 4
      app/build.gradle

@ -11,8 +11,8 @@ android {
applicationId "com.fongmi.android.tv" applicationId "com.fongmi.android.tv"
minSdk 24 minSdk 24
targetSdk 36 targetSdk 36
versionCode 454 versionCode 455
versionName "4.5.4" versionName "4.5.5"
javaCompileOptions { javaCompileOptions {
annotationProcessorOptions { annotationProcessorOptions {
arguments = ["room.schemaLocation": "$projectDir/schemas".toString(), "eventBusIndex": "com.fongmi.android.tv.event.EventIndex"] arguments = ["room.schemaLocation": "$projectDir/schemas".toString(), "eventBusIndex": "com.fongmi.android.tv.event.EventIndex"]

Loading…
Cancel
Save