Skip to content

Commit

Permalink
Update conventions to 0.0.45
Browse files Browse the repository at this point in the history
  • Loading branch information
eygraber committed Jul 30, 2023
1 parent 2db33ce commit c8ef68e
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 @@ -7,7 +7,7 @@ android-sdk-compile = "33"
android-sdk-min = "21"
android-sdk-target = "33"

conventions = "0.0.44"
conventions = "0.0.45"

detekt = "1.23.1"
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.44"
id("com.eygraber.conventions.settings") version "0.0.45"
id("com.gradle.enterprise") version "3.14.1"
}

Expand Down

0 comments on commit c8ef68e

Please sign in to comment.