Accept even more recent proguard versions

Signed-off-by: Username404-59 <w.iron.zombie@gmail.com>
This commit is contained in:
Username404-59 2025-02-02 16:01:03 +01:00
parent bf317e38f0
commit 48b8904b4d
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import net.fabricmc.loom.LoomGradleExtension
buildscript {
dependencies {
classpath("com.guardsquare:proguard-gradle:[7.5, 7.6[") {
classpath("com.guardsquare:proguard-gradle:[7.5, 7.7[") {
exclude("com.android.tools.build")
}
}