Skip to content

Commit

Permalink
Update ProGuardCORE version (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjameshamilton committed Jul 18, 2024
1 parent ee3deb6 commit 4e643b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/md/manual/releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Version 7.5.1

### Bugfixes

- Prevent unknown enum value for `KmVersionRequirementVersionKind` exception when processing code compiled with an outdated Kotlin version.

## Version 7.5.0

### Kotlin support
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
proguardVersion = 7.5.1

# The version of ProGuardCORE that sub-projects are built with
proguardCoreVersion = 9.1.4
proguardCoreVersion = 9.1.5
gsonVersion = 2.9.0
kotlinVersion = 2.0.0
target = 1.8
Expand Down

0 comments on commit 4e643b4

Please sign in to comment.