From 4ed1244282cd27f5da83f88aef60ea3af52dda1c Mon Sep 17 00:00:00 2001 From: Yuriy Liskov Date: Sat, 20 Dec 2025 02:22:05 +0200 Subject: [PATCH] fdroid: vt trigger fix --- smarttubetv/multidex-keep.pro | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/smarttubetv/multidex-keep.pro b/smarttubetv/multidex-keep.pro index a85760e98..6904da923 100644 --- a/smarttubetv/multidex-keep.pro +++ b/smarttubetv/multidex-keep.pro @@ -186,10 +186,6 @@ -keep class kotlin.collections.CollectionsKt__CollectionsKt { *; } -keep class okhttp3.OkHttpClient$Builder { *; } -keep class androidx.leanback.widget.ItemBridgeAdapter { *; } --keep class com.liskovsoft.smartyoutubetv2.common.app.presenters.dialogs.menu.providers.ContextMenuProvider { *; } --keep class com.google.android.exoplayer2.util.Util { *; } --keep class com.bumptech.glide.request.RequestOptions { *; } --keep class com.liskovsoft.smartyoutubetv2.tv.ui.mod.leanback.playerglue.tooltips.TooltipCompatHandler { *; } -keep class androidx.leanback.app.BrowseSupportFragment { *; } -keep class io.reactivex.internal.operators.observable.ObservableDelaySubscriptionOther { *; } -keep class com.google.gson.internal.bind.TypeAdapters$7 { *; } @@ -207,8 +203,14 @@ #-keep class kotlin.collections.builders.* { *; } #-keep class androidx.room.** { *; } -# NOTE: the lines below makes VirusTotal treat the app as Malware (Google: Detected, Ikarus: Trojan.AndroidOS.Agent) +# NOTE: Stable/Beta: VirusTotal (Google: Detected, Ikarus: Trojan.AndroidOS.Agent) #-keep class com.liskovsoft.smartyoutubetv2.tv.ui.main.MainApplication { *; } #-keep class com.liskovsoft.smartyoutubetv2.common.app.models.playback.controllers.AutoFrameRateController { *; } #-keep class com.liskovsoft.smartyoutubetv2.common.prefs.MainUIData { *; } -#-keep class com.liskovsoft.smartyoutubetv2.common.app.presenters.ChannelUploadsPresenter { *; } \ No newline at end of file +#-keep class com.liskovsoft.smartyoutubetv2.common.app.presenters.ChannelUploadsPresenter { *; } + +# NOTE: Fdroid: VirusTotal (Google: Detected, Ikarus: Trojan.AndroidOS.Agent) +#-keep class com.liskovsoft.smartyoutubetv2.common.app.presenters.dialogs.menu.providers.ContextMenuProvider { *; } +#-keep class com.google.android.exoplayer2.util.Util { *; } +#-keep class com.bumptech.glide.request.RequestOptions { *; } +#-keep class com.liskovsoft.smartyoutubetv2.tv.ui.mod.leanback.playerglue.tooltips.TooltipCompatHandler { *; } \ No newline at end of file