Add release notes for version 7.6.1, bump ProGuardCORE version

This commit is contained in:
Thomas Vochten
2024-12-12 11:20:40 +01:00
parent f4c4a13a90
commit 89b1e55ea2
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
## Version 7.6.1
### Bugfixes
- Fix backporting default interface method parameter annotations. (#451)
- Prevent `Value in slot <n> is empty` exception during processing time by no longer applying lower slot replacement by default. It can be enabled again with the `optimization.enable.slot.replacement` system property.
## Version 7.6
### Java support

View File

@@ -1,7 +1,7 @@
proguardVersion = 7.6.1
# The version of ProGuardCORE that sub-projects are built with
proguardCoreVersion = 9.1.6
proguardCoreVersion = 9.1.7
gsonVersion = 2.11.0
kotlinVersion = 2.1.0
target = 1.8