mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-12-11 21:17:47 +01:00
chore: merge branch dev
to main
(#332)
This commit is contained in:
commit
a08bc53828
@ -1,3 +1,10 @@
|
|||||||
|
## [0.100.1-dev.1](https://github.com/revanced/revanced-integrations/compare/v0.100.0...v0.100.1-dev.1) (2023-03-14)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* minor syntax issue ([1e1504d](https://github.com/revanced/revanced-integrations/commit/1e1504d118d656492df0bee30364e966a8dc99b4))
|
||||||
|
|
||||||
# [0.100.0](https://github.com/revanced/revanced-integrations/compare/v0.99.0...v0.100.0) (2023-03-14)
|
# [0.100.0](https://github.com/revanced/revanced-integrations/compare/v0.99.0...v0.100.0) (2023-03-14)
|
||||||
|
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@ public final class GeneralAdsPatch extends Filter {
|
|||||||
"video_display_full_layout",
|
"video_display_full_layout",
|
||||||
"hero_promo_image",
|
"hero_promo_image",
|
||||||
"statement_banner",
|
"statement_banner",
|
||||||
"carousel_footered_layout"
|
"carousel_footered_layout",
|
||||||
"text_image_button_layout"
|
"text_image_button_layout"
|
||||||
);
|
);
|
||||||
var movieAds = new BlockRule(
|
var movieAds = new BlockRule(
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
org.gradle.jvmargs = -Xmx2048m
|
org.gradle.jvmargs = -Xmx2048m
|
||||||
android.useAndroidX = true
|
android.useAndroidX = true
|
||||||
version = 0.100.0
|
version = 0.100.1-dev.1
|
||||||
|
Loading…
Reference in New Issue
Block a user