Update ProGuardCORE version (#421)

This commit is contained in:
James Hamilton
2024-07-18 12:48:54 +02:00
committed by GitHub
parent ee3deb69fa
commit 4e643b4f60
2 changed files with 7 additions and 1 deletions

View File

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

View File

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