Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
b4byhuey authored Sep 3, 2023
1 parent 8bfe42d commit 931ce74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brut.apktool/apktool-cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ tasks.register<ProGuardTask>("proguard") {
dontwarn("javax.xml.xpath.**")
dontnote("**")

val outPath = "build/libs/apktool-$apktoolVersion.jar"
val outPath = "build/libs/apktool-cli-$apktoolVersion.jar"
outjars(outPath)
}

0 comments on commit 931ce74

Please sign in to comment.