Skip to content

Releases: GradleUp/gr8

0.10

26 Sep 22:47
Compare
Choose a tag to compare

Update R8 to 8.3.8

0.9

06 Apr 13:56
Compare
Choose a tag to compare
0.9

What's Changed

Full Changelog: 0.8...0.9

0.8

04 Apr 09:08
Compare
Choose a tag to compare
0.8

What's Changed

New Contributors

Full Changelog: 0.7...0.8

0.7

01 Dec 13:02
3c5fc73
Compare
Choose a tag to compare

0.6

08 Sep 11:09
4688221
Compare
Choose a tag to compare
0.6

Update R8 to ed91d27f5094710e9cee0f6a5d12a20f40ee315e. This version of R8 contains support for relocating without obfuscating. You can now do this in your rules.pro:

-dontobfuscate
-repackageclasses com.example.relocated

This is useful if you want to relocate to avoid nameclashes but still keep the class names for better debuggability

0.5

17 May 10:19
Compare
Choose a tag to compare
0.5

What's Changed

  • Add support for publishing the non-relocated plugin. This is useful for debugging and/or to save some memory during build.
  • Publish the R8 mapping file automatically along the relocated jar.

New Contributors

Full Changelog: 0.4...0.5

0.4

23 Mar 19:40
Compare
Choose a tag to compare
0.4

Bump R8 to 3.2.49 to support Java17