Releases: RikkaApps/HiddenApiRefinePlugin
Releases · RikkaApps/HiddenApiRefinePlugin
v4.4.0
What's Changed
- Chore: update dependencies by @Kr328 in #23
Improve: bump annotation processor compatibility version by @Kr328 in #24Change to 11
- Work around an issue with ASM rewriting types with names starting with $ by @bddckr in #22
Full Changelog: v4.3.0...v4.4.0
v4.3.0
What's Changed
- Transform classes of all components of all variants. by @bddckr in #21
- Support applies the plugin in library (for multi-module projects, all modules using hidden APIs need apply the plugin also)
Full Changelog: v4.1.0...v4.3.0
v4.1.0
What's Changed
- Also transform unit and instrumentation tests by @bddckr in #19
New Contributors
Full Changelog: v4.0.0...v4.1.0
v3.0.3
- Support renaming inner classes
Update from v2
Change dependencies
block in your "hidden-api" module.
dependencies {
annotationProcessor("dev.rikka.tools.refine:annotation-processor:3.0.3")
compileOnly("dev.rikka.tools.refine:annotation:3.0.3")
}
v1.1.0
- Skip
QualifiedContent.Scope.EXTERNAL_LIBRARIES