-
-
Notifications
You must be signed in to change notification settings - Fork 214
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: Convert APIs to Kotlin DSL #298
Merged
Merged
Conversation
This file contains 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
BREAKING CHANGE: This removes all previous deprecated members and classes. Also the patches API is now Kotlin DSL.
…mmutable methods and add nullable extensions
3 tasks
3 tasks
…ock and succeeded previously
revanced-bot
pushed a commit
that referenced
this pull request
Jul 21, 2024
# [20.0.0-dev.1](v19.3.1...v20.0.0-dev.1) (2024-07-21) ### Features * Convert APIs to Kotlin DSL ([#298](#298)) ([3f9cbd2](3f9cbd2)) ### BREAKING CHANGES * Various old APIs are removed, and DSL APIs are added instead.
revanced-bot
pushed a commit
that referenced
this pull request
Jul 22, 2024
# [20.0.0-dev.1](v19.3.1...v20.0.0-dev.1) (2024-07-22) ### Features * Convert APIs to Kotlin DSL ([#298](#298)) ([3f9cbd2](3f9cbd2)) ### BREAKING CHANGES * Various old APIs are removed, and DSL APIs are added instead.
revanced-bot
pushed a commit
that referenced
this pull request
Jul 22, 2024
# [20.0.0-dev.1](v19.3.1...v20.0.0-dev.1) (2024-07-22) ### Features * Convert APIs to Kotlin DSL ([#298](#298)) ([3f9cbd2](3f9cbd2)) ### BREAKING CHANGES * Various old APIs are removed, and DSL APIs are added instead.
oSumAtrIX
added a commit
that referenced
this pull request
Aug 6, 2024
This commit converts various APIs to Kotlin DSL. BREAKING CHANGE: Various old APIs are removed, and DSL APIs are added instead.
oSumAtrIX
pushed a commit
that referenced
this pull request
Aug 6, 2024
# [20.0.0-dev.1](v19.3.1...v20.0.0-dev.1) (2024-07-22) ### Features * Convert APIs to Kotlin DSL ([#298](#298)) ([3f9cbd2](3f9cbd2)) ### BREAKING CHANGES * Various old APIs are removed, and DSL APIs are added instead.
revanced-bot
pushed a commit
that referenced
this pull request
Aug 6, 2024
# [20.0.0](v19.3.1...v20.0.0) (2024-08-06) ### Bug Fixes * Downgrade smali to fix dex compilation issue ([5227e98](5227e98)) * Improve exception message wording ([5481d0c](5481d0c)) * Make constructor internal as supposed ([7f44174](7f44174)) * Merge all extensions before initializing lookup maps ([8c4dd5b](8c4dd5b)) * Use null for compatible package version when adding packages only ([736b3ee](736b3ee)) ### Features * Add ability to create options outside of a patch ([d310246](d310246)) * Convert APIs to Kotlin DSL ([#298](#298)) ([11a911d](11a911d)) ### BREAKING CHANGES * Various old APIs are removed, and DSL APIs are added instead.
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.
No description provided.