Update ProGuard version in example (#1777)

Update ProGuard version and remove exclude for Android build tools dependency. The exclude should no longer be required (https://github.com/Guardsquare/proguard/issues/66).
This commit is contained in:
James Hamilton
2022-02-03 08:57:29 +01:00
committed by GitHub
parent ef0ed6c447
commit becd9e6155

View File

@@ -590,9 +590,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("com.guardsquare:proguard-gradle:7.1.1") {
exclude("com.android.tools.build")
}
classpath("com.guardsquare:proguard-gradle:7.2.0")
}
}