build.gradle: update ProGuard to 6.2.2

This commit is contained in:
Andreas Schildbach 2022-08-23 17:03:54 +02:00
parent 7aeee3c505
commit 2c04846051

View file

@ -6,7 +6,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'net.sf.proguard:proguard-gradle:6.0.3'
classpath 'net.sf.proguard:proguard-gradle:6.2.2'
classpath('fr.avianey.androidsvgdrawable:gradle-plugin:3.0.2') {
exclude group: 'xerces'
}