Update build.gradle

release
jhengazuki 8 months ago
parent c035244cce
commit da41a1365a
  1. 4
      app/build.gradle

@ -14,8 +14,8 @@ android {
minSdk 24
//noinspection ExpiredTargetSdkVersion
targetSdk 28
versionCode 414
versionName "4.1.4"
versionCode 415
versionName "4.1.5"
javaCompileOptions {
annotationProcessorOptions {
arguments = ["room.schemaLocation": "$projectDir/schemas".toString(), "eventBusIndex": "com.fongmi.android.tv.event.EventIndex"]

Loading…
Cancel
Save