bump proguard version

This commit is contained in:
Wagyourtail 2021-11-16 16:41:34 -07:00
parent b73295d180
commit e80e4afa48
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ if (compileType.equals("OFFICIAL")) {
task proguard(type: ProguardTask) {
url 'https://downloads.sourceforge.net/project/proguard/v7.1.0-beta5/proguard-7.1.0-beta5.zip'
url 'https://github.com/Guardsquare/proguard/releases/download/v7.2.0-beta2/proguard-7.2.0-beta2.zip'
extract 'proguard-7.1.0-beta5/lib/proguard.jar'
compType compileType
}