|
180 | 180 | -keepclassmembers interface com.google.android.exoplayer2.Player$EventListener { |
181 | 181 | void onPlaybackParametersChanged(com.google.android.exoplayer2.PlaybackParameters); |
182 | 182 | } |
183 | | --keep class androidx.recyclerview.widget.RecyclerView { *; } |
| 183 | +#-keep class androidx.recyclerview.widget.RecyclerView { *; } |
| 184 | +#-keep class com.google.android.exoplayer2.C { *; } |
| 185 | +#-keep class kotlin.collections.CollectionsKt__CollectionsKt { *; } |
| 186 | +#-keep class okhttp3.OkHttpClient$Builder { *; } |
| 187 | +#-keep class androidx.leanback.widget.ItemBridgeAdapter { *; } |
| 188 | +#-keep class androidx.leanback.app.BrowseSupportFragment { *; } |
| 189 | +#-keep class io.reactivex.internal.operators.observable.ObservableDelaySubscriptionOther { *; } |
| 190 | +#-keep class com.google.gson.internal.bind.TypeAdapters$7 { *; } |
| 191 | +#-keep class com.google.gson.internal.bind.TypeAdapters { *; } |
| 192 | +#-keep class androidx.leanback.widget.ItemAlignmentFacet$ItemAlignmentDef { *; } |
| 193 | +#-keep class com.liskovsoft.smartyoutubetv2.common.app.models.playback.ui.OptionCategory { *; } |
| 194 | +#-keep class com.liskovsoft.leanbackassistant.channels.UpdateChannelsReceiver { *; } |
| 195 | +#-keep class androidx.core.view.ViewCompat { *; } |
| 196 | +#-keep class androidx.work.impl.WorkManagerInitializer { *; } |
| 197 | +#-keep class **$r8$backportedMethods$** { *; } |
| 198 | +#-keep class kotlin.text.StringsKt__StringsJVMKt { *; } |
| 199 | +#-keep class kotlin.ranges.RangesKt___RangesKt { *; } |
| 200 | +#-keep class kotlin.jvm.functions.Function1 { *; } |
| 201 | +#-keep class io.reactivex.schedulers.Schedulers { *; } |
| 202 | + |
| 203 | +# Not sure why I've commented these out (probably the main dex was full) |
184 | 204 | #-keep class com.google.android.exoplayer2.extractor.mp4.FragmentedMp4Extractor { *; } |
185 | | --keep class com.google.android.exoplayer2.C { *; } |
186 | | --keep class kotlin.collections.CollectionsKt__CollectionsKt { *; } |
187 | | --keep class okhttp3.OkHttpClient$Builder { *; } |
188 | | --keep class androidx.leanback.widget.ItemBridgeAdapter { *; } |
189 | | --keep class androidx.leanback.app.BrowseSupportFragment { *; } |
190 | | --keep class io.reactivex.internal.operators.observable.ObservableDelaySubscriptionOther { *; } |
191 | | --keep class com.google.gson.internal.bind.TypeAdapters$7 { *; } |
192 | | --keep class com.google.gson.internal.bind.TypeAdapters { *; } |
193 | | --keep class androidx.leanback.widget.ItemAlignmentFacet$ItemAlignmentDef { *; } |
194 | | --keep class com.liskovsoft.smartyoutubetv2.common.app.models.playback.ui.OptionCategory { *; } |
195 | | --keep class com.liskovsoft.leanbackassistant.channels.UpdateChannelsReceiver { *; } |
196 | | --keep class androidx.core.view.ViewCompat { *; } |
197 | | --keep class androidx.work.impl.WorkManagerInitializer { *; } |
198 | | --keep class **$r8$backportedMethods$** { *; } |
199 | | --keep class kotlin.text.StringsKt__StringsJVMKt { *; } |
200 | | --keep class kotlin.ranges.RangesKt___RangesKt { *; } |
201 | | --keep class kotlin.jvm.functions.Function1 { *; } |
202 | | --keep class io.reactivex.schedulers.Schedulers { *; } |
203 | 205 | #-keep class kotlin.collections.builders.* { *; } |
204 | 206 | #-keep class androidx.room.** { *; } |
205 | 207 |
|
|
0 commit comments