Update build.gradle

release
jhengazuki 6 months ago
parent f9dd637036
commit b68be7cb5b
  1. 4
      app/build.gradle

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

Loading…
Cancel
Save