Update ProGuardCORE dependency version to 8.0.1

This commit is contained in:
James Hamilton
2021-08-12 20:49:13 +02:00
parent 68d0c4b725
commit a830e358ee
2 changed files with 6 additions and 1 deletions

View File

@@ -15,6 +15,11 @@ To allow ProGuard to continue to optimize, obfuscate and shrink Kotlin generated
- Add support for processing Kotlin 1.5 metadata. (`PGD-179`, `DGD-3467`)
### Bug fixes
- Fix potential `NullPointerException` when initializing Kotlin callable references. (`T5899`)
- Prevent requiring `--enable-preview` on a JVM for Java 16 class files (write class file version `60.0` instead of `60.65535`).
## Version 7.1.1
### Miscellaneous

View File

@@ -1,7 +1,7 @@
proguardVersion = 7.2.0-beta2
# The version of ProGuardCORE that sub-projects are built with
proguardCoreVersion = 8.0.0
proguardCoreVersion = 8.0.1
gsonVersion = 2.8.5
kotlinVersion = 1.5.20
kotlinxMetadataVersion = 0.2.0