diff --git a/smarttubetv/multidex-keep.pro b/smarttubetv/multidex-keep.pro index 351ac1bec..5699f713c 100644 --- a/smarttubetv/multidex-keep.pro +++ b/smarttubetv/multidex-keep.pro @@ -2,4 +2,8 @@ -keep class androidx.core.view.ViewCompat { *; } -keep class androidx.work.impl.WorkManagerInitializer { *; } -keep class **$r8$backportedMethods$** { *; } --keep class kotlin.text.StringsKt__StringsJVMKt { *; } \ No newline at end of file +-keep class kotlin.text.StringsKt__StringsJVMKt { *; } +-keep class kotlin.ranges.RangesKt___RangesKt { *; } +-keep class kotlin.jvm.functions.Function1 { *; } +#-keep class kotlin.collections.builders.* { *; } +#-keep class androidx.room.** { *; } \ No newline at end of file