mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-11 05:46:16 +00:00
# [14.0.0](https://github.com/ReVanced/revanced-patcher/compare/v13.0.0...v14.0.0) (2023-08-22) ### Bug Fixes * log decoding resources after logging deleting resource cache directory ([db62a16](db62a1607b)) * only emit closed patches that did not throw an exception with the `@Patch` annotation ([5938f6b](5938f6b7ea)) * supply the parent classloader to `DexClassLoader` ([0f15077](0f15077225)) ### Code Refactoring * improve structure and public API ([6b8977f](6b8977f178)) ### Features * do not log instantiation of ReVanced Patcher ([273dd8d](273dd8d388)) ### BREAKING CHANGES * Various public APIs have been changed. The `Version` annotation has been removed. Patches do not return anything anymore and instead throw `PatchException`. Multiple patch bundles can now be loaded in a single ClassLoader to bypass class loader isolation.
5 lines
99 B
INI
5 lines
99 B
INI
org.gradle.parallel = true
|
|
org.gradle.caching = true
|
|
kotlin.code.style = official
|
|
version = 14.0.0
|