Skip to content

Commit

Permalink
Update Freeletics Gradle Plugin to v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 29, 2023
1 parent 10356a3 commit 6985c60
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 @@ -37,7 +37,7 @@ mad = "0.15.0"
turbine = "1.0.0"
kotlinx-collections-immutable= "0.3.5"

fgp = "0.7.0"
fgp = "0.7.2"
publish = "0.25.3"
dokka = "1.9.0"
binarycompatibility = "0.13.2"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pluginManagement {
}

plugins {
id("com.freeletics.gradle.settings").version("0.7.0")
id("com.freeletics.gradle.settings").version("0.7.2")
}

rootProject.name = "flowredux-library"

0 comments on commit 6985c60

Please sign in to comment.