mirror of
https://github.com/Guardsquare/proguard.git
synced 2026-03-13 09:50:34 +08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eef1dace2c | ||
|
|
a4f5368396 |
@@ -1,4 +1,12 @@
|
|||||||
## Version 7.3.3
|
## Version 7.4
|
||||||
|
|
||||||
|
### Java support
|
||||||
|
|
||||||
|
- Add support for Java 21. (#331)
|
||||||
|
|
||||||
|
### Kotlin support
|
||||||
|
|
||||||
|
- Add support for Kotlin 1.9.
|
||||||
|
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
|
|
||||||
@@ -6,10 +14,6 @@
|
|||||||
|
|
||||||
## Version 7.3.2
|
## Version 7.3.2
|
||||||
|
|
||||||
### Java support
|
|
||||||
|
|
||||||
- Add support for Java 20. (#294)
|
|
||||||
|
|
||||||
### Improved
|
### Improved
|
||||||
|
|
||||||
- Merge classes only when `-optimizeaggressively` is set.
|
- Merge classes only when `-optimizeaggressively` is set.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
proguardVersion = 7.3.3
|
proguardVersion = 7.4.0-beta01
|
||||||
|
|
||||||
# The version of ProGuardCORE that sub-projects are built with
|
# The version of ProGuardCORE that sub-projects are built with
|
||||||
proguardCoreVersion = 9.0.9
|
proguardCoreVersion = 9.0.9
|
||||||
|
|||||||
Reference in New Issue
Block a user