From f72bdf636697451761323c0be7b1beace8ab5b9c Mon Sep 17 00:00:00 2001 From: James Hamilton Date: Fri, 23 Aug 2024 17:19:02 +0200 Subject: [PATCH] Update ProGuardCORE version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 6c7105ae..472c7af1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ proguardVersion = 7.5.1 # The version of ProGuardCORE that sub-projects are built with -proguardCoreVersion = 9.1.5 +proguardCoreVersion = 9.1.6 gsonVersion = 2.9.0 kotlinVersion = 2.0.0 target = 1.8