forked from ReVanced/revanced-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [4.1.0](ReVanced/revanced-cli@v4.0.2...v4.1.0) (2023-11-04) ### Features * Include or exclude patches by their index in relation to supplied patch bundles ([b2055ce](ReVanced@b2055ce)) * List patches which are compatible with any app ([ReVanced#297](ReVanced#297)) ([0139dfe](ReVanced@0139dfe)) ### Performance Improvements * Use a `HashSet` to check for included and excluded patches ([616d14f](ReVanced@616d14f))
- Loading branch information
1 parent
8f4aebc
commit 86b8415
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
org.gradle.parallel = true | ||
org.gradle.caching = true | ||
kotlin.code.style = official | ||
version = 4.1.0-dev.3 | ||
version = 4.1.0 |