From 56e45a60a405b5382e1ef6f7bcd5de570c7c52ef Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Wed, 4 Oct 2023 17:30:00 +0200 Subject: [PATCH] fix(TikTok - Hide ads): Constrain to last working version --- .../kotlin/app/revanced/patches/tiktok/ad/HideAdsPatch.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/app/revanced/patches/tiktok/ad/HideAdsPatch.kt b/src/main/kotlin/app/revanced/patches/tiktok/ad/HideAdsPatch.kt index e2a0eb1ab..bf6403f65 100644 --- a/src/main/kotlin/app/revanced/patches/tiktok/ad/HideAdsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/tiktok/ad/HideAdsPatch.kt @@ -16,8 +16,8 @@ import com.android.tools.smali.dexlib2.iface.reference.FieldReference @Patch( name = "Hide ads", compatiblePackages = [ - CompatiblePackage("com.ss.android.ugc.trill", ["30.9.3"]), - CompatiblePackage("com.zhiliaoapp.musically", ["30.9.3"]) + CompatiblePackage("com.ss.android.ugc.trill", ["30.8.4"]), + CompatiblePackage("com.zhiliaoapp.musically", ["30.8.4"]) ] ) @Suppress("unused")