From 9a7a97d1ca8d215adc5a751f309783035b34f638 Mon Sep 17 00:00:00 2001 From: James Hamilton Date: Fri, 1 Sep 2023 17:03:40 +0200 Subject: [PATCH] Update ProGuardCORE version (#359) --- docs/md/manual/releasenotes.md | 12 +++++++++++- gradle.properties | 4 ++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/docs/md/manual/releasenotes.md b/docs/md/manual/releasenotes.md index ab775b99e..773f0d160 100644 --- a/docs/md/manual/releasenotes.md +++ b/docs/md/manual/releasenotes.md @@ -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 diff --git a/gradle.properties b/gradle.properties index 27982f0f1..c3c68d3ff 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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