We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a9457b commit 8cf458aCopy full SHA for 8cf458a
build.gradle
@@ -17,7 +17,7 @@ buildscript {
17
}
18
19
group 'com.github.jonathanxd'
20
-version '4.0.0.42-beta-bytecode'
+version '4.0.0.43-beta-bytecode'
21
22
apply from: project(":Kores").file("gradle/common.gradle")
23
@@ -27,7 +27,7 @@ dependencies {
27
// with runtime dependency pointing to Kores published version
28
//compile project(":Kores")
29
compileOnly project(":Kores")
30
- runtime "com.github.JonathanxD.Kores:Kores:4.0.0.59-beta"
+ runtime "com.github.JonathanxD.Kores:Kores:4.0.0.60-beta"
31
compile 'com.github.JonathanxD:BytecodeDisassembler:2.1.1'
32
compile "org.ow2.asm:asm:6.0"
33
compile "org.ow2.asm:asm-analysis:6.0"
0 commit comments