fix: update raung to fix stack frame issue (#1932)

This commit is contained in:
Skylot
2023-07-05 19:43:24 +01:00
parent 2d65594383
commit 9b75a4f199
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ dependencies {
api(project(":jadx-core"))
// show bytecode disassemble
implementation 'io.github.skylot:raung-disasm:0.0.3'
implementation 'io.github.skylot:raung-disasm:0.1.0'
testImplementation(project(":jadx-core"))
}