From a9129907bacbad90ff70802b77fa17e484c01e36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 04:23:46 +0000 Subject: [PATCH] Bump com.guardsquare:proguard-gradle from 7.7.0 to 7.8.0 Bumps [com.guardsquare:proguard-gradle](https://github.com/Guardsquare/proguard) from 7.7.0 to 7.8.0. - [Release notes](https://github.com/Guardsquare/proguard/releases) - [Commits](https://github.com/Guardsquare/proguard/compare/v7.7...v7.8) --- updated-dependencies: - dependency-name: com.guardsquare:proguard-gradle dependency-version: 7.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 09ac306..84fd4bf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ buildscript { google() } dependencies { - classpath("com.guardsquare:proguard-gradle:7.7.0") + classpath("com.guardsquare:proguard-gradle:7.8.0") } } val envProperties = Properties()