Skip to content

Commit

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

* add missing import, publish legacy state machine

---------

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 Nov 4, 2024
1 parent 77ea291 commit 104bbe5
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .kts/ktlint.main.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/usr/bin/env kotlin

@file:DependsOn("com.freeletics.gradle:scripts-formatting:0.15.0")
@file:DependsOn("com.freeletics.gradle:scripts-formatting:0.16.0")

import com.freeletics.gradle.scripts.KtLintCli
import com.github.ajalt.clikt.core.main

KtLintCli().main(args)
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.5.1"

fgp = "0.15.0"
fgp = "0.16.0"
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 = "2.5.0-beta11"
coroutines = "1.9.0"
dagger = "2.52"
dependency-analysis-gradle = "2.4.2"
fgp = "0.15.0"
fgp = "0.16.0"
khonshu = "0.28.3"
ksp = "2.0.21-1.0.26"
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.15.0")
id("com.freeletics.gradle.settings").version("0.16.0")
}

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.15.0")
id("com.freeletics.gradle.settings").version("0.16.0")
}

rootProject.name = "khonshu"
2 changes: 1 addition & 1 deletion state-machine-legacy/state-machine-legacy.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
alias(libs.plugins.fgp.multiplatform)
// alias(libs.plugins.fgp.publish)
alias(libs.plugins.fgp.publish)
}

freeletics {
Expand Down

0 comments on commit 104bbe5

Please sign in to comment.