Skip to content

Commit

Permalink
Update gradle-conventions to v0.0.77 (#151)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 23, 2024
1 parent 050ce05 commit 5366f4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android-sdk-min = "24"
composeJetbrains = "1.7.0-alpha03"
composeLifecycle = "2.8.0"

conventions = "0.0.76"
conventions = "0.0.77"

detekt = "1.23.6"
detektEygraber = "1.0.11"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencyResolutionManagement {
}

plugins {
id("com.eygraber.conventions.settings") version "0.0.76"
id("com.eygraber.conventions.settings") version "0.0.77"
id("com.gradle.develocity") version "3.18"
}

Expand Down

0 comments on commit 5366f4f

Please sign in to comment.