Update proguard version in test

The latest version at this moment (6.2.2) that ignores mutlirelease jar
content automatically, e.g. META-INF/versions/9 directory content.

Previous versions fail with the error
"class [META-INF/versions/9/module-info.class] unexpectedly contains class [module-info]"
This commit is contained in:
Ilya Gorbunov
2020-05-15 23:41:14 +03:00
parent 843829116d
commit a3e8f02330
@@ -8,7 +8,7 @@ buildscript {
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'net.sf.proguard:proguard-gradle:6.0.3'
classpath 'net.sf.proguard:proguard-gradle:6.2.2'
}
}