chore: update raung version

This commit is contained in:
Skylot
2023-02-18 15:46:08 +00:00
parent 24284a6f3a
commit 158fc2fca3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,5 +6,5 @@ dependencies {
api(project(":jadx-plugins:jadx-plugins-api"))
// show bytecode disassemble
implementation 'io.github.skylot:raung-disasm:0.0.2'
implementation 'io.github.skylot:raung-disasm:0.0.3'
}
+1 -1
View File
@@ -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')
}