Fix proguard

pull/605/head
jhengazuki 5 months ago
parent 638c463451
commit cdfd0f2cd7
  1. 4
      app/build.gradle
  2. 1
      app/proguard-rules.pro

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

@ -80,5 +80,6 @@
-keep class com.xunlei.downloadlib.** { *; }
# Zxing
-keep class com.google.zxing.BarcodeFormat { *; }
-keep class com.google.zxing.EncodeHintType { *; }
-keep class com.google.zxing.MultiFormatWriter { *; }
Loading…
Cancel
Save