diff --git a/CHANGELOG.md b/CHANGELOG.md index a04816f2..792f5a41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.22.1](https://github.com/revanced/revanced-patches/compare/v2.22.0...v2.22.1) (2022-07-24) + + +### Bug Fixes + +* remove broken video-quality patch ([e8d516a](https://github.com/revanced/revanced-patches/commit/e8d516af896971a09bb9aca8b00e7b7bb57c3dd9)) + # [2.22.0](https://github.com/revanced/revanced-patches/compare/v2.21.3...v2.22.0) (2022-07-24) diff --git a/README.md b/README.md index 7a5f7107..2d5923fa 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,6 @@ | `enable-debugging` | Enables app debugging by patching the manifest file. | `com.google.android.youtube` | all | | `custom-playback-speed` | Adds more video playback speed options. | `com.google.android.youtube` | 17.28.34 | | `hdr-auto-brightness` | Makes the brightness of HDR videos follow the system default. | `com.google.android.youtube` | 17.28.34 | -| `default-video-quality` | Adds the ability to select preferred video quality. | `com.google.android.youtube` | 17.27.39 | | `video-ads` | Removes ads in the video player. | `com.google.android.youtube` | 17.28.34 | | `general-ads` | Removes general ads. | `com.google.android.youtube` | 17.28.34 | | `hide-infocard-suggestions` | Hides infocards in videos. | `com.google.android.youtube` | 17.28.34 | diff --git a/gradle.properties b/gradle.properties index 221e499c..9224d79b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 2.22.0 +version = 2.22.1