Update Proguard to 5.3.3

This commit is contained in:
Alexander Udalov
2017-11-28 16:35:09 +01:00
parent d4b5032810
commit 4f70983735
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ buildscript {
jcenter()
}
dependencies {
classpath("net.sf.proguard:proguard-gradle:5.2.1")
classpath("net.sf.proguard:proguard-gradle:${property("versions.proguard")}")
classpath("com.github.jengelman.gradle.plugins:shadow:${property("versions.shadow")}")
}
}