Browse Source

chore(versions): add Proguard default version in libs.versions.toml

pull/4946/head
Ellet 7 months ago
parent
commit
7fe43e3e56
  1. 3
      gradle-plugins/gradle/libs.versions.toml

3
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" }

Loading…
Cancel
Save