mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-07 10:35:49 +01:00
chore: Merge branch dev
to main
(#557)
This commit is contained in:
commit
c17eae2342
@ -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)
|
# [1.2.0](https://github.com/ReVanced/revanced-integrations/compare/v1.1.0...v1.2.0) (2024-01-27)
|
||||||
|
|
||||||
|
|
||||||
|
@ -17,9 +17,9 @@ import static app.revanced.integrations.shared.StringRef.str;
|
|||||||
public class RequestInterceptor implements Interceptor {
|
public class RequestInterceptor implements Interceptor {
|
||||||
private IAdblockService activeService = null;
|
private IAdblockService activeService = null;
|
||||||
|
|
||||||
private static final String PROXY_DISABLED = str("key_revanced_proxy_disabled");
|
private static final String PROXY_DISABLED = str("revanced_block_embedded_ads_entry_1");
|
||||||
private static final String LUMINOUS_SERVICE = str("key_revanced_proxy_luminous");
|
private static final String LUMINOUS_SERVICE = str("revanced_block_embedded_ads_entry_2");
|
||||||
private static final String PURPLE_ADBLOCK_SERVICE = str("key_revanced_proxy_purpleadblock");
|
private static final String PURPLE_ADBLOCK_SERVICE = str("revanced_block_embedded_ads_entry_3");
|
||||||
|
|
||||||
|
|
||||||
@NonNull
|
@NonNull
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
org.gradle.parallel = true
|
org.gradle.parallel = true
|
||||||
org.gradle.caching = true
|
org.gradle.caching = true
|
||||||
android.useAndroidX = true
|
android.useAndroidX = true
|
||||||
version = 1.2.0
|
version = 1.2.1-dev.1
|
||||||
|
Loading…
Reference in New Issue
Block a user