From 5ded3e7658301bb5e0761b45e26948e0f6bc9024 Mon Sep 17 00:00:00 2001 From: OSS-Bot <93565511+slack-oss-bot@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:52:29 -0700 Subject: [PATCH] Update plugin buildConfig to v5.5.0 (#308) --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f34f861e..41b5ecfb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ runtimeJvmTarget = "11" lint = "31.7.0-rc01" [plugins] -buildConfig = { id = "com.github.gmazzo.buildconfig", version = "5.4.0" } +buildConfig = { id = "com.github.gmazzo.buildconfig", version = "5.5.0" } detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.6" } dokka = { id = "org.jetbrains.dokka", version = "1.9.20" } lint = { id = "com.android.lint", version = "8.7.0-rc01" }