Skip to content

Commit

Permalink
Merge fc26908 into b2f41e9
Browse files Browse the repository at this point in the history
  • Loading branch information
allight committed May 2, 2016
2 parents b2f41e9 + fc26908 commit 0162d86
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk6

before_install:
- chmod +x gradlew
Expand Down
2 changes: 1 addition & 1 deletion jadx-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: "info.solidsoft.pitest"
dependencies {
runtime files(jadxClasspath)

compile files('lib/dx-1.10.jar')
compile files('lib/dx.jar')
compile 'commons-io:commons-io:2.4'
compile 'org.ow2.asm:asm:5.0.3'
compile 'com.intellij:annotations:12.0'
Expand Down
Binary file removed jadx-core/lib/dx-1.10.jar
Binary file not shown.
Binary file added jadx-core/lib/dx.jar
Binary file not shown.

0 comments on commit 0162d86

Please sign in to comment.