Skip to content

Commit

Permalink
Update Freeletics Gradle Plugin to v0.13.0 (#703)
Browse files Browse the repository at this point in the history
* Update Freeletics Gradle Plugin to v0.13.0

* Update gradle.properties

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabriel Ittner <[email protected]>
  • Loading branch information
renovate[bot] and gabrielittner authored Jun 6, 2024
1 parent 9fdc9a9 commit 74b6d15
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 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-formatting:0.12.2")
@file:DependsOn("com.freeletics.gradle:scripts-formatting:0.13.0")

import com.freeletics.gradle.scripts.KtLintCli

Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ kotlin.native.ignoreDisabledTargets=true
dependency.analysis.print.build.health=true

fgp.android.namespacePrefix=com.freeletics.flowredux
fgp.kotlin.multiplatformProject=true

GROUP=com.freeletics.flowredux
VERSION_NAME=1.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ mad = "0.24.0"
turbine = "1.1.0"
kotlinx-collections-immutable= "0.3.7"

fgp = "0.12.2"
fgp = "0.13.0"
publish = "0.28.0"
dokka = "1.9.20"
binarycompatibility = "0.14.0"
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.12.2")
id("com.freeletics.gradle.settings").version("0.13.0")
}

rootProject.name = "flowredux-library"

0 comments on commit 74b6d15

Please sign in to comment.