Skip to content

Commit

Permalink
Update Freeletics Gradle Plugin to v0.19.2 (#949)
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 Dec 2, 2024
1 parent 64e60a8 commit 182c1aa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ truth = "1.4.4"
turbine = "1.2.0"
kotlin-compile-testing = "0.6.0"

fgp = "0.19.1"
fgp = "0.19.2"
publish = "0.30.0"
dokka = "1.9.20"
binarycompatibility = "0.16.3"
Expand Down
2 changes: 1 addition & 1 deletion sample/simple/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ anvil = "0.4.0"
coroutines = "1.9.0"
dagger = "2.52"
dependency-analysis-gradle = "2.5.0"
fgp = "0.19.1"
fgp = "0.19.2"
khonshu = "0.29.1"
ksp = "2.0.21-1.0.28"
inject = "1"
Expand Down
2 changes: 1 addition & 1 deletion sample/simple/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.19.1")
id("com.freeletics.gradle.settings").version("0.19.2")
}

rootProject.name = "simple-sample"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pluginManagement {
}

plugins {
id("com.freeletics.gradle.settings").version("0.19.1")
id("com.freeletics.gradle.settings").version("0.19.2")
}

rootProject.name = "khonshu"

0 comments on commit 182c1aa

Please sign in to comment.