Skip to content

Commit 4ed1244

Browse files
committed
fdroid: vt trigger fix
1 parent 0c4f716 commit 4ed1244

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

smarttubetv/multidex-keep.pro

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,6 @@
186186
-keep class kotlin.collections.CollectionsKt__CollectionsKt { *; }
187187
-keep class okhttp3.OkHttpClient$Builder { *; }
188188
-keep class androidx.leanback.widget.ItemBridgeAdapter { *; }
189-
-keep class com.liskovsoft.smartyoutubetv2.common.app.presenters.dialogs.menu.providers.ContextMenuProvider { *; }
190-
-keep class com.google.android.exoplayer2.util.Util { *; }
191-
-keep class com.bumptech.glide.request.RequestOptions { *; }
192-
-keep class com.liskovsoft.smartyoutubetv2.tv.ui.mod.leanback.playerglue.tooltips.TooltipCompatHandler { *; }
193189
-keep class androidx.leanback.app.BrowseSupportFragment { *; }
194190
-keep class io.reactivex.internal.operators.observable.ObservableDelaySubscriptionOther { *; }
195191
-keep class com.google.gson.internal.bind.TypeAdapters$7 { *; }
@@ -207,8 +203,14 @@
207203
#-keep class kotlin.collections.builders.* { *; }
208204
#-keep class androidx.room.** { *; }
209205

210-
# NOTE: the lines below makes VirusTotal treat the app as Malware (Google: Detected, Ikarus: Trojan.AndroidOS.Agent)
206+
# NOTE: Stable/Beta: VirusTotal (Google: Detected, Ikarus: Trojan.AndroidOS.Agent)
211207
#-keep class com.liskovsoft.smartyoutubetv2.tv.ui.main.MainApplication { *; }
212208
#-keep class com.liskovsoft.smartyoutubetv2.common.app.models.playback.controllers.AutoFrameRateController { *; }
213209
#-keep class com.liskovsoft.smartyoutubetv2.common.prefs.MainUIData { *; }
214-
#-keep class com.liskovsoft.smartyoutubetv2.common.app.presenters.ChannelUploadsPresenter { *; }
210+
#-keep class com.liskovsoft.smartyoutubetv2.common.app.presenters.ChannelUploadsPresenter { *; }
211+
212+
# NOTE: Fdroid: VirusTotal (Google: Detected, Ikarus: Trojan.AndroidOS.Agent)
213+
#-keep class com.liskovsoft.smartyoutubetv2.common.app.presenters.dialogs.menu.providers.ContextMenuProvider { *; }
214+
#-keep class com.google.android.exoplayer2.util.Util { *; }
215+
#-keep class com.bumptech.glide.request.RequestOptions { *; }
216+
#-keep class com.liskovsoft.smartyoutubetv2.tv.ui.mod.leanback.playerglue.tooltips.TooltipCompatHandler { *; }

0 commit comments

Comments
 (0)