From 34c7c0aa441e1240161086ed41ac58580916b45b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 09:07:57 +0000 Subject: [PATCH] build(deps): bump com.guardsquare:proguard-gradle from 7.3.1 to 7.3.2 Bumps [com.guardsquare:proguard-gradle](https://github.com/Guardsquare/proguard) from 7.3.1 to 7.3.2. - [Release notes](https://github.com/Guardsquare/proguard/releases) - [Commits](https://github.com/Guardsquare/proguard/compare/v7.3.1...v7.3.2) --- updated-dependencies: - dependency-name: com.guardsquare:proguard-gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9bfee7c18a..50fd8db47d 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ buildscript { commons_text : 'org.apache.commons:commons-text:1.10.0', guava : 'com.google.guava:guava:31.1-jre', junit : 'junit:junit:4.13.2', - proguard_gradle: 'com.guardsquare:proguard-gradle:7.3.1', + proguard_gradle: 'com.guardsquare:proguard-gradle:7.3.2', snakeyaml : 'org.yaml:snakeyaml:1.32:android', smali : 'com.github.iBotPeaches.smali:smali:403e90375e', xmlpull : 'xpp3:xpp3:1.1.4c',