Skip to content

Commit

Permalink
Switch to proguard 6.1.1 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault authored Jul 10, 2019
1 parent ce99343 commit 8bda6ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ lazy val interface = project
dest
},
addArtifact(artifact.in(Compile, packageBin), finalPackageBin),
proguardVersion.in(Proguard) := "6.1.1",
proguardOptions.in(Proguard) ++= Seq(
"-dontwarn",
"-dontobfuscate",
Expand Down

0 comments on commit 8bda6ce

Please sign in to comment.