Skip to content

Commit

Permalink
Update to dependency-guard 0.5.0 (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
fornewid committed May 18, 2024
1 parent 50f7439 commit 92bd519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,5 @@ dependencyGuard {
}

task applyDependencyBaseline {
dependsOn dependencyGuardBaseline
dependsOn "dependencyGuardBaseline"
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ photo-compose = "1.0.1"

# Etc
coil = "2.6.0"
dependencyGuard = "0.3.2"
dependencyGuard = "0.5.0"
retrofit = "2.11.0"
timber = "5.0.1"
kakao = "2.20.1"
Expand Down

0 comments on commit 92bd519

Please sign in to comment.