Update android-plugin sample ProGuard dependency to 7.2.0

This commit is contained in:
James Hamilton
2022-02-10 17:39:18 +01:00
committed by Ulviyya Mammadzada
parent 40fc9e24db
commit 609bf2d973

View File

@@ -8,7 +8,7 @@ buildscript {
mavenCentral() // For the ProGuard Gradle Plugin and anything else.
}
dependencies {
classpath 'com.guardsquare:proguard-gradle:7.1.0'
classpath 'com.guardsquare:proguard-gradle:7.2.0'
classpath 'com.android.tools.build:gradle:7.0.0'
}
}