Upgrade proguard to 6.0.3 to avoid corrupted stack maps

This commit is contained in:
Mikhael Bogdanov
2019-02-05 14:55:19 +01:00
parent b2606735c5
commit 0ce4c9bf00
+1 -1
View File
@@ -27,7 +27,7 @@ buildscript {
classpath("com.gradle.publish:plugin-publish-plugin:0.9.7")
classpath(kotlin("gradle-plugin", bootstrapKotlinVersion))
classpath("net.sf.proguard:proguard-gradle:5.3.3")
classpath("net.sf.proguard:proguard-gradle:6.0.3")
classpath("org.jetbrains.dokka:dokka-gradle-plugin:0.9.17")
}
}