Skip to content

Commit

Permalink
chore: update raung version
Browse files Browse the repository at this point in the history
  • Loading branch information
skylot committed Feb 18, 2023
1 parent 24284a6 commit 158fc2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jadx-plugins/jadx-java-input/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
2 changes: 1 addition & 1 deletion jadx-plugins/jadx-raung-input/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}

0 comments on commit 158fc2f

Please sign in to comment.