From 8a854cbcffd76cdaf3eba33e2341f0074fe0b199 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 11:18:04 +0000 Subject: [PATCH] Bump com.github.gmazzo.buildconfig from 3.1.0 to 4.1.1 Bumps com.github.gmazzo.buildconfig from 3.1.0 to 4.1.1. --- 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..b54564c8 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.1.1" } apply plugin: 'kotlin-kapt'