chore: merge branch dev to main (#332)

This commit is contained in:
oSumAtrIX 2023-03-14 16:26:48 +01:00 committed by GitHub
commit a08bc53828
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 2 deletions

View File

@ -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)

View File

@ -60,7 +60,7 @@ public final class GeneralAdsPatch extends Filter {
"video_display_full_layout",
"hero_promo_image",
"statement_banner",
"carousel_footered_layout"
"carousel_footered_layout",
"text_image_button_layout"
);
var movieAds = new BlockRule(

View File

@ -1,3 +1,3 @@
org.gradle.jvmargs = -Xmx2048m
android.useAndroidX = true
version = 0.100.0
version = 0.100.1-dev.1