feat: Request the update ownership enforcement#71
Merged
oSumAtrIX merged 7 commits intoReVanced:devfrom May 27, 2025
Merged
Conversation
oSumAtrIX
requested changes
May 22, 2025
src/commonMain/kotlin/app/revanced/library/installation/installer/AdbInstaller.kt
Outdated
Show resolved
Hide resolved
src/commonMain/kotlin/app/revanced/library/installation/installer/AdbInstaller.kt
Outdated
Show resolved
Hide resolved
src/commonMain/kotlin/app/revanced/library/installation/installer/AdbInstaller.kt
Outdated
Show resolved
Hide resolved
oSumAtrIX
requested changes
May 22, 2025
Member
oSumAtrIX
left a comment
There was a problem hiding this comment.
Changes to LocalInstaller are missing in this PR
brosssh
commented
May 22, 2025
src/androidMain/AndroidManifest.xml
Outdated
Contributor
Author
There was a problem hiding this comment.
Is adding the manifest like this correct?
Member
There was a problem hiding this comment.
I don't think that libraries can have a manifest. Basically the target apps manifest needs to add this, you can (maybe) remove the file
Contributor
Author
There was a problem hiding this comment.
Should be ok now, I didn't see that for other permissions the lint debug error was just suppressed. I did the same.
However the new JADB version is still not released, can you manually do it?
oSumAtrIX
approved these changes
May 27, 2025
|
Thank you for contributing to ReVanced. Join us on Discord to receive a role for your contribution. |
github-actions bot
pushed a commit
that referenced
this pull request
May 27, 2025
# [3.2.0-dev.1](v3.1.1-dev.1...v3.2.0-dev.1) (2025-05-27) ### Features * Request the update ownership enforcement ([#71](#71)) ([be0f6bf](be0f6bf))
github-actions bot
pushed a commit
that referenced
this pull request
Feb 21, 2026
# [4.0.0](v3.1.0...v4.0.0) (2026-02-21) * feat!: Update to ReVanced Patcher v22 ([#111](#111)) ([0f76b4c](0f76b4c)) ### Bug Fixes * Close streams to be able to delete cache folder ([b5e40fe](b5e40fe)) * Interpret package name as a string instead of Regex when using grep ([#68](#68)) ([254f36d](254f36d)) * Use Magisk mirror only when it is really possible ([#67](#67)) ([9162da9](9162da9)) ### Features * Add SLSA attestation and PGP signature verification ([f64f17b](f64f17b)) * Request the update ownership enforcement ([#71](#71)) ([be0f6bf](be0f6bf)) ### BREAKING CHANGES * ReVanced Patcher v22 updates APIs. Some of which affect the compatibility of ReVanced Library
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Depends on ReVanced/jadb#1.