Skip to content

Commit

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

* Update codegen.gradle.kts

* Update navigation.gradle.kts

---------

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 Sep 29, 2023
1 parent 6dfa380 commit 113c8a4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.7.0")
@file:DependsOn("com.freeletics.gradle:scripts-formatting:0.7.2")

import com.freeletics.gradle.scripts.KtLintCli

Expand Down
2 changes: 1 addition & 1 deletion codegen/codegen.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ freeletics {

multiplatform {
addJvmTarget()
addAndroidTarget(publish = true)
addAndroidTarget()
}

useCompose()
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ coroutines = "1.7.3"
java-target= "11"
java-toolchain = "19"

fgp = "0.7.0"
fgp = "0.7.2"
gradle-api = "8.3"

android-gradle = "8.1.2"
Expand Down
2 changes: 1 addition & 1 deletion navigation/navigation.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ freeletics {

multiplatform {
addJvmTarget()
addAndroidTarget(publish = true)
addAndroidTarget()
}

extensions.configure(FreeleticsAndroidExtension::class) {
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 @@ -18,7 +18,7 @@ anvil = "2.4.8-1-8"
coroutines = "1.7.3"
dagger = "2.48"
dependency-analysis-gradle = "1.23.1"
fgp = "0.7.0"
fgp = "0.7.2"
khonshu = "0.17.0"
ksp = "1.9.10-1.0.13"
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.7.0")
id("com.freeletics.gradle.settings").version("0.7.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 @@ -9,7 +9,7 @@ pluginManagement {
}

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

rootProject.name = "khonshu"

0 comments on commit 113c8a4

Please sign in to comment.