-
-
Notifications
You must be signed in to change notification settings - Fork 454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(youtube): bump patches compatibility to v17.43.36 #924
Conversation
...evanced/patches/youtube/layout/hidealbumcards/bytecode/fingerprints/AlbumCardsFingerprint.kt
Show resolved
Hide resolved
.../kotlin/app/revanced/patches/youtube/layout/hidealbumcards/bytecode/patch/AlbumCardsPatch.kt
Show resolved
Hide resolved
All fingerprints dupes (and related weirdness) has been solved. |
The class method patched by This PR will fix this problem too. |
This comment was marked as off-topic.
This comment was marked as off-topic.
beta versions might contain bugs or unfinished/broken features etc and after version bump.. people will use and patch that apk version which might cause some issue |
Everyone is free to choose what to do. In any case, if there were bugs, it's possible to update only to stable version 17.42.35. |
@@ -5,7 +5,7 @@ import app.revanced.patcher.annotation.Package | |||
|
|||
@Compatibility( | |||
[Package( | |||
"com.google.android.youtube", arrayOf("17.19.36", "17.20.37", "17.22.36", "17.23.35", "17.23.36", "17.24.34", "17.24.35", "17.25.34", "17.26.35", "17.27.39", "17.28.34", "17.29.34", "17.32.35", "17.33.42", "17.34.35", "17.34.36", "17.36.37", "17.41.37") | |||
"com.google.android.youtube", arrayOf("17.36.37", "17.41.37", "17.42.35", "17.43.36") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can create separate annotation's package to deduplicate this class, then we can import it where ever we need.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought of this too. Since we have lots of "duplicate" annotations, creating a package for annotations and then importing from there should make commits less heavy and deduplicate code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah...good idea. I'll work on it later.
# [2.101.0](ReVanced/revanced-patches@v2.100.3...v2.101.0) (2022-11-01) ### Features * **youtube:** bump patches compatibility to v17.43.36 ([#924](ReVanced/revanced-patches#924)) ([3867514](ReVanced/revanced-patches@3867514))
🎉 This PR is included in version 2.101.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
# [2.48.0](v2.47.1...v2.48.0) (2022-11-03) ### Features * **youtube:** bump patches compatibility to v17.43.36 ([#924](https://github.com/TheNoFace/revanced-patches/issues/924)) ([3867514](3867514))
ReVanced does not open after this version |
Error occurs: Android 12 |
try YouTube v17.42.35 |
Please open an issue, here is the wrong place. |
ReVanced/revanced-integrations#194