From 88b5550df7080d365bc3213a19f0585fa98ca304 Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Sun, 22 Dec 2024 18:21:57 +0900 Subject: [PATCH] fix(Reddit - Hide ads): Patch failing during building with certain patch selection --- .../src/main/kotlin/app/revanced/patches/reddit/ad/AdsPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/src/main/kotlin/app/revanced/patches/reddit/ad/AdsPatch.kt b/patches/src/main/kotlin/app/revanced/patches/reddit/ad/AdsPatch.kt index d01e0bc6e..df6539d9a 100644 --- a/patches/src/main/kotlin/app/revanced/patches/reddit/ad/AdsPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/reddit/ad/AdsPatch.kt @@ -87,9 +87,9 @@ val adsPatch = bytecodePatch( compatibleWith(COMPATIBLE_PACKAGE) dependsOn( + settingsPatch, bannerAdsPatch, commentAdsPatch, - settingsPatch ) execute {