Skip to content

Commit

Permalink
Update Freeletics Gradle Plugin to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 28, 2023
1 parent a77e818 commit 93d67f5
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 @@ -36,7 +36,7 @@ turbine = "1.0.0"
kotlinx-collections-immutable= "0.3.5"
jetbrains-compose-runtime = "1.5.2"

fgp = "0.6.1"
fgp = "0.7.0"
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 @@ -13,7 +13,7 @@ dependencyResolutionManagement {
}

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

rootProject.name = "flowredux-library"

0 comments on commit 93d67f5

Please sign in to comment.