diff --git a/gradle-plugins/gradle/libs.versions.toml b/gradle-plugins/gradle/libs.versions.toml index 5a2fc3056a..ac09d1f900 100644 --- a/gradle-plugins/gradle/libs.versions.toml +++ b/gradle-plugins/gradle/libs.versions.toml @@ -5,6 +5,9 @@ kotlin-poet = "1.16.0" plugin-android = "7.3.0" shadow-jar = "8.1.1" publish-plugin = "1.2.1" +# The default version of Proguard that will be used in Compose Desktop Gradle plugin +# to shrink and minimize the application in the Release build, the version can be overriden. +default-proguard = "7.2.2" [libraries] download-task = { module = "de.undercouch:gradle-download-task", version.ref = "gradle-download-plugin" }