mirror of
https://github.com/Guardsquare/proguard.git
synced 2026-03-13 09:50:34 +08:00
Update ProGuardCORE version (#359)
This commit is contained in:
@@ -1,8 +1,18 @@
|
||||
## Version 7.3.3
|
||||
## Version 7.4-beta02
|
||||
|
||||
### Java support
|
||||
|
||||
- Add support for Java 21. (#331)
|
||||
|
||||
### Kotlin support
|
||||
|
||||
- Add support for Kotlin 1.9.
|
||||
|
||||
### Bugfixes
|
||||
|
||||
- Fix "NoClassDefFoundError: Failed resolution of: Lorg/apache/logging/log4j/LogManager" when using GSON optimization or `-addconfigurationdebugging`. (#326)
|
||||
- Don't drop Record attribute for records with no components. (proguard-core#118)
|
||||
- Fix potential duplication class when name obfuscating Kotlin multi-file facades.
|
||||
|
||||
## Version 7.3.2
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
proguardVersion = 7.3.3
|
||||
proguardVersion = 7.4.0-beta02
|
||||
|
||||
# The version of ProGuardCORE that sub-projects are built with
|
||||
proguardCoreVersion = 9.0.9
|
||||
proguardCoreVersion = 9.1.0
|
||||
gsonVersion = 2.9.0
|
||||
kotlinVersion = 1.7.20
|
||||
target = 1.8
|
||||
|
||||
Reference in New Issue
Block a user