Skip to content

Commit

Permalink
Update ProGuardCORE version (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjameshamilton authored Sep 1, 2023
1 parent 57d4250 commit 9a7a97d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion docs/md/manual/releasenotes.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9a7a97d

Please sign in to comment.