Skip to content

Commit

Permalink
Disable minify js
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed May 12, 2024
1 parent 9e25915 commit 55cf4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ tasks.withType(Test) {
}

assets {
minifyJs = true
minifyJs = false
minifyCss = true
}

Expand Down

0 comments on commit 55cf4fe

Please sign in to comment.