Accept even more recent proguard versions
Signed-off-by: Username404-59 <w.iron.zombie@gmail.com>
This commit is contained in:
parent
bf317e38f0
commit
48b8904b4d
|
@ -6,7 +6,7 @@ import net.fabricmc.loom.LoomGradleExtension
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath("com.guardsquare:proguard-gradle:[7.5, 7.6[") {
|
classpath("com.guardsquare:proguard-gradle:[7.5, 7.7[") {
|
||||||
exclude("com.android.tools.build")
|
exclude("com.android.tools.build")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue