From cf2945630ff533951f0405c18cf3a2d9970292f5 Mon Sep 17 00:00:00 2001 From: liach Date: Mon, 20 Sep 2021 04:28:18 -0500 Subject: Update gradle and skip unnecessary swing updates (#431) update proguard to support java 17 Signed-off-by: liach Co-authored-by: liach --- enigma/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'enigma') diff --git a/enigma/build.gradle b/enigma/build.gradle index 72d1c6a..dc7bfa2 100644 --- a/enigma/build.gradle +++ b/enigma/build.gradle @@ -11,7 +11,7 @@ dependencies { implementation 'net.fabricmc:procyon-fabric-compilertools:0.5.35.13' implementation 'net.fabricmc:cfr:0.0.6' - proGuard 'com.guardsquare:proguard-base:7.1.0' + proGuard 'com.guardsquare:proguard-base:7.2.0-beta1' } // Generate "version.txt" file -- cgit v1.2.3