Update build.gradle

release
FongMi 3 weeks ago
parent 7c3c9b708e
commit 801aa44cc4
  1. 4
      app/build.gradle

@ -16,8 +16,8 @@ android {
minSdk 24
//noinspection ExpiredTargetSdkVersion
targetSdk 28
versionCode 524
versionName "5.2.4"
versionCode 525
versionName "5.2.5"
javaCompileOptions {
annotationProcessorOptions {
arguments = ["room.schemaLocation": "$projectDir/schemas".toString(), "eventBusIndex": "com.fongmi.android.tv.event.EventIndex"]

Loading…
Cancel
Save