Skip to content

Commit

Permalink
fix: update dx to version 16 (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheStrix authored and skylot committed Nov 7, 2018
1 parent 47917fd commit bedbf94
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jadx-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext.jadxClasspath = 'clsp-data/android-5.1.jar'
dependencies {
runtime files(jadxClasspath)

compile files('lib/dx-1.14.jar')
compile files('lib/dx-1.16.jar')
compile 'commons-io:commons-io:2.6'
compile 'org.ow2.asm:asm:6.2'
compile 'org.jetbrains:annotations:16.0.2'
Expand Down
Binary file removed jadx-core/lib/dx-1.14.jar
Binary file not shown.
Binary file added jadx-core/lib/dx-1.16.jar
Binary file not shown.

0 comments on commit bedbf94

Please sign in to comment.