Skip to content

Commit

Permalink
Update proguard
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed May 30, 2024
1 parent 890c10f commit 6edbbfc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/desktop/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ kotlin {
}

jvmMain {
if (OSUtils.IS_WINDOWS) {
if (OSUtils.IS_WINDOWS && false) {
dependsOn(windowsMain)
} else {
dependsOn(nonWindowsMain)
Expand Down Expand Up @@ -92,9 +92,7 @@ compose.desktop {
buildTypes {
release {
proguard {
// https://github.com/Guardsquare/proguard/issues/387
isEnabled = false
version = "7.4.1"
version = "7.5.0"
configurationFiles.from(files("rules.pro"))
}
}
Expand Down

0 comments on commit 6edbbfc

Please sign in to comment.