Skip to content

Commit

Permalink
Update Freeletics Gradle Plugin to v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 10, 2023
1 parent 6053cc3 commit f603579
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .kts/ktlint.main.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env kotlin

@file:DependsOn("com.freeletics.gradle:scripts:0.3.2")
@file:DependsOn("com.freeletics.gradle:scripts:0.3.4")

import com.freeletics.gradle.scripts.KtLintCli

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ mad = "0.14.0"

turbine = "0.12.3"

fgp = "0.3.2"
fgp = "0.3.4"
publish = "0.25.2"
dokka = "1.8.10"
binarycompatibility = "0.13.1"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
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.3.2")
id("com.freeletics.gradle.settings").version("0.3.4")
}

rootProject.name = "flowredux-library"

0 comments on commit f603579

Please sign in to comment.