From fe034678392b3600f03362489f5fd96644b35995 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sat, 27 Jan 2024 15:48:59 +0100 Subject: [PATCH 1/2] fix(Twitch): Correct patch resources to fix build --- .../integrations/twitch/api/RequestInterceptor.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/java/app/revanced/integrations/twitch/api/RequestInterceptor.java b/app/src/main/java/app/revanced/integrations/twitch/api/RequestInterceptor.java index a841eecf..236e72c1 100644 --- a/app/src/main/java/app/revanced/integrations/twitch/api/RequestInterceptor.java +++ b/app/src/main/java/app/revanced/integrations/twitch/api/RequestInterceptor.java @@ -17,9 +17,9 @@ import static app.revanced.integrations.shared.StringRef.str; public class RequestInterceptor implements Interceptor { private IAdblockService activeService = null; - private static final String PROXY_DISABLED = str("key_revanced_proxy_disabled"); - private static final String LUMINOUS_SERVICE = str("key_revanced_proxy_luminous"); - private static final String PURPLE_ADBLOCK_SERVICE = str("key_revanced_proxy_purpleadblock"); + private static final String PROXY_DISABLED = str("revanced_block_embedded_ads_entry_1"); + private static final String LUMINOUS_SERVICE = str("revanced_block_embedded_ads_entry_2"); + private static final String PURPLE_ADBLOCK_SERVICE = str("revanced_block_embedded_ads_entry_3"); @NonNull From 090abcd2740a8b70e2c883e6790a6ac1db2a8cec Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 27 Jan 2024 14:51:39 +0000 Subject: [PATCH 2/2] chore(release): 1.2.1-dev.1 [skip ci] ## [1.2.1-dev.1](https://github.com/ReVanced/revanced-integrations/compare/v1.2.0...v1.2.1-dev.1) (2024-01-27) ### Bug Fixes * **Twitch:** Correct patch resources to fix build ([fe03467](https://github.com/ReVanced/revanced-integrations/commit/fe034678392b3600f03362489f5fd96644b35995)) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5344bf00..008ba6c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.1-dev.1](https://github.com/ReVanced/revanced-integrations/compare/v1.2.0...v1.2.1-dev.1) (2024-01-27) + + +### Bug Fixes + +* **Twitch:** Correct patch resources to fix build ([fe03467](https://github.com/ReVanced/revanced-integrations/commit/fe034678392b3600f03362489f5fd96644b35995)) + # [1.2.0](https://github.com/ReVanced/revanced-integrations/compare/v1.1.0...v1.2.0) (2024-01-27) diff --git a/gradle.properties b/gradle.properties index c59e6c34..b77f07e3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.parallel = true org.gradle.caching = true android.useAndroidX = true -version = 1.2.0 +version = 1.2.1-dev.1