We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24284a6 commit 158fc2fCopy full SHA for 158fc2f
jadx-plugins/jadx-java-input/build.gradle
@@ -6,5 +6,5 @@ dependencies {
6
api(project(":jadx-plugins:jadx-plugins-api"))
7
8
// show bytecode disassemble
9
- implementation 'io.github.skylot:raung-disasm:0.0.2'
+ implementation 'io.github.skylot:raung-disasm:0.0.3'
10
}
jadx-plugins/jadx-raung-input/build.gradle
@@ -7,5 +7,5 @@ dependencies {
implementation(project(":jadx-plugins:jadx-java-input"))
- implementation('io.github.skylot:raung-asm:0.0.2')
+ implementation('io.github.skylot:raung-asm:0.0.3')
11
0 commit comments