Skip to content

Commit

Permalink
Update proguard
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Nov 1, 2023
1 parent 2c1a134 commit 546391e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/desktop/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ compose.desktop {
buildTypes {
release {
proguard {
version = "7.3.2"
version = "7.4.0"
configurationFiles.from(files("rules.pro"))
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

allprojects {
group = "dev.schlaubi.tonbrett"
version = "1.16.1"
version = "1.16.2"

repositories {
mavenCentral()
Expand Down

0 comments on commit 546391e

Please sign in to comment.