Skip to content

Releases: RikkaApps/HiddenApiRefinePlugin

v4.4.0

29 Oct 06:21
fc5ed09
Compare
Choose a tag to compare

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

11 Mar 16:53
e55ec94
Compare
Choose a tag to compare

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

03 Feb 15:17
db2e58e
Compare
Choose a tag to compare

What's Changed

  • Also transform unit and instrumentation tests by @bddckr in #19

New Contributors

Full Changelog: v4.0.0...v4.1.0

v4.0.0

03 Feb 08:58
b06bb67
Compare
Choose a tag to compare

What's Changed

  • Migrate to the new API by @Kr328 in #17

    • Transform API will be removed in AGP 8.0.0, this commit migrates to the new Instrumentation API that works on AGP 8.0.0.
    • Minimal AGP version raised to 7.2.0.

Full Changelog: v3.1.1...v4.0.0

v3.0.3

01 Sep 13:23
bf6d867
Compare
Choose a tag to compare
  • 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

16 Aug 09:05
8fd93b5
Compare
Choose a tag to compare
  • Skip QualifiedContent.Scope.EXTERNAL_LIBRARIES

v1.0.0

09 May 11:51
3358ffb
Compare
Choose a tag to compare
  • Initial release