From 6985c60c84b4d0b28d53d2a40563caaa648f0c54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 16:40:53 +0000 Subject: [PATCH] Update Freeletics Gradle Plugin to v0.7.2 --- gradle/libs.versions.toml | 2 +- settings.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 035a327a..a9cc3773 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -37,7 +37,7 @@ mad = "0.15.0" turbine = "1.0.0" kotlinx-collections-immutable= "0.3.5" -fgp = "0.7.0" +fgp = "0.7.2" publish = "0.25.3" dokka = "1.9.0" binarycompatibility = "0.13.2" diff --git a/settings.gradle.kts b/settings.gradle.kts index 37529d13..5bc02b01 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -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 = "flowredux-library"