Skip to content

Commit

Permalink
Update gradle-conventions to 0.0.74
Browse files Browse the repository at this point in the history
  • Loading branch information
eygraber committed May 22, 2024
1 parent 6cfa19b commit 5c47b20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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.73"
conventions = "0.0.74"

detekt = "1.23.6"
detektEygraber = "1.0.11"
Expand Down
3 changes: 1 addition & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,12 @@ dependencyResolutionManagement {
includeMavenCentral = true,
includeMavenCentralSnapshots = true,
includeGoogle = true,
includeJetbrainsCompose = true
)
}
}

plugins {
id("com.eygraber.conventions.settings") version "0.0.73"
id("com.eygraber.conventions.settings") version "0.0.74"
id("com.gradle.develocity") version "3.17.4"
}

Expand Down

0 comments on commit 5c47b20

Please sign in to comment.