mirror of
https://github.com/Guardsquare/proguard.git
synced 2026-03-13 09:50:34 +08:00
Add release notes for version 7.6.1, bump ProGuardCORE version
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user