From 6f27b46795c8ee4c14440b84523b64e5ce242a11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 10:56:49 +0000 Subject: [PATCH] Bump com.github.gmazzo.buildconfig from 3.1.0 to 4.0.4 Bumps com.github.gmazzo.buildconfig from 3.1.0 to 4.0.4. --- updated-dependencies: - dependency-name: com.github.gmazzo.buildconfig dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index b62554f5..ec3fc34a 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -1,6 +1,6 @@ plugins { - id "com.github.gmazzo.buildconfig" version "3.1.0" + id "com.github.gmazzo.buildconfig" version "4.0.4" } apply plugin: 'kotlin-kapt'