From 68d7fb0f564f15c390be37d5b33b86d0f185199d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:50:34 +0000 Subject: [PATCH] Update Freeletics Gradle Plugin to v0.20.0 (#782) * Update Freeletics Gradle Plugin to v0.20.0 * disable extra warnings because of false positive --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Gabriel Ittner --- .kts/ktlint.main.kts | 2 +- gradle.properties | 1 + gradle/libs.versions.toml | 2 +- settings.gradle.kts | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.kts/ktlint.main.kts b/.kts/ktlint.main.kts index f41dea69..b713f255 100644 --- a/.kts/ktlint.main.kts +++ b/.kts/ktlint.main.kts @@ -1,6 +1,6 @@ #!/usr/bin/env kotlin -@file:DependsOn("com.freeletics.gradle:scripts-formatting:0.19.2") +@file:DependsOn("com.freeletics.gradle:scripts-formatting:0.20.0") import com.freeletics.gradle.scripts.KtLintCli import com.github.ajalt.clikt.core.main diff --git a/gradle.properties b/gradle.properties index 64030cfe..0de9cad3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,6 +6,7 @@ android.useAndroidX=true kotlin.native.ignoreDisabledTargets=true fgp.android.namespacePrefix=com.freeletics.flowredux +fgp.kotlin.extraWarnings=false GROUP=com.freeletics.flowredux VERSION_NAME=1.0-SNAPSHOT diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 08a31964..b8e268c9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -35,7 +35,7 @@ mad = "0.29.1" turbine = "1.2.0" kotlinx-collections-immutable= "0.3.8" -fgp = "0.19.2" +fgp = "0.20.0" publish = "0.30.0" dokka = "1.9.20" binarycompatibility = "0.16.3" diff --git a/settings.gradle.kts b/settings.gradle.kts index e3742198..4aa585b2 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -7,7 +7,7 @@ pluginManagement { } plugins { - id("com.freeletics.gradle.settings").version("0.19.2") + id("com.freeletics.gradle.settings").version("0.20.0") } rootProject.name = "flowredux-library"