Update ProGuardCORE version (#359)

This commit is contained in:
James Hamilton
2023-09-01 17:03:40 +02:00
committed by GitHub
parent 57d4250464
commit 9a7a97d1ca
2 changed files with 13 additions and 3 deletions

View File

@@ -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

View File

@@ -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