Skip to content

Commit

Permalink
Update default proguard version to 7.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Mar 4, 2024
1 parent 0acb028 commit fe6cf7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ProguardPlugin : Plugin<Project> {
isVisible = false

defaultDependencies {
add(project.dependencies.create("com.guardsquare:proguard-base:7.3.2"))
add(project.dependencies.create("com.guardsquare:proguard-base:7.4.2"))
}
}

Expand Down

0 comments on commit fe6cf7b

Please sign in to comment.