File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
revanced-patcher/src/main/kotlin/app/revanced/patcher Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 16.0.1-dev.1] ( https://github.com/ReVanced/revanced-patcher/compare/v16.0.0...v16.0.1-dev.1 ) (2023-10-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Merge integrations when required ([ 06c2b76] ( https://github.com/ReVanced/revanced-patcher/commit/06c2b76f11ac1bfe43d51d54d425e7577ecefdf6 ) )
7
+
1
8
# [ 16.0.0] ( https://github.com/ReVanced/revanced-patcher/compare/v15.0.3...v16.0.0 ) (2023-10-04)
2
9
3
10
Original file line number Diff line number Diff line change 1
1
org.gradle.parallel = true
2
2
org.gradle.caching = true
3
3
kotlin.code.style = official
4
- version = 16.0.0
4
+ version = 16.0.1-dev.1
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ class Patcher(
104
104
105
105
// Determine, if merging integrations is required.
106
106
for (patch in patches)
107
- if (! patch.anyRecursively { it.requiresIntegrations }) {
107
+ if (patch.anyRecursively { it.requiresIntegrations }) {
108
108
context.bytecodeContext.integrations.merge = true
109
109
break
110
110
}
You can’t perform that action at this time.
0 commit comments