Browse Source

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).
pull/1786/head
James Hamilton 3 years ago committed by GitHub
parent
commit
becd9e6155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      tutorials/Native_distributions_and_local_execution/README.md

4
tutorials/Native_distributions_and_local_execution/README.md

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

Loading…
Cancel
Save