mirror of
https://github.com/Guardsquare/proguard.git
synced 2026-03-13 09:50:34 +08:00
Update ProGuardCORE version (#421)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user