Update asm version to 7.0.1 everywhere

This commit is contained in:
Vyacheslav Gerasimov
2019-04-17 21:08:15 +03:00
parent aff9da72a8
commit 1551f39daa
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ extra["intellijUltimateEnabled"] = intellijUltimateEnabled
extra["intellijSeparateSdks"] = intellijSeparateSdks
extra["IntellijCoreDependencies"] =
listOf(if (Platform[191].orHigher()) "asm-all-7.0" else "asm-all",
listOf(if (Platform[191].orHigher()) "asm-all-7.0.1" else "asm-all",
"guava",
"jdom",
"jna",
+1 -1
View File
@@ -99,7 +99,7 @@ dependencies {
compile("com.jakewharton.dex:dex-method-list:3.0.0")
compile("com.github.jengelman.gradle.plugins:shadow:${property("versions.shadow")}")
compile("org.jetbrains.intellij.deps:asm-all:7.0")
compile("org.jetbrains.intellij.deps:asm-all:7.0.1")
compile("gradle.plugin.org.jetbrains.gradle.plugin.idea-ext:gradle-idea-ext:0.4.2")
}
+1 -1
View File
@@ -7,7 +7,7 @@ plugins {
kotlin("jvm")
}
val kotlinpAsmVersion = "7.0"
val kotlinpAsmVersion = "7.0.1"
val shadows by configurations.creating