diff --git a/tutorials/Native_distributions_and_local_execution/README.md b/tutorials/Native_distributions_and_local_execution/README.md index 3c1946d4bb..154c889f21 100755 --- a/tutorials/Native_distributions_and_local_execution/README.md +++ b/tutorials/Native_distributions_and_local_execution/README.md @@ -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") } }