Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Updated with latest dexlib version
Browse files Browse the repository at this point in the history
  • Loading branch information
borisf committed Jul 25, 2018
1 parent 1bffa2c commit bc096cb
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 32 deletions.
2 changes: 1 addition & 1 deletion ClassySharkWS/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ sourceSets {
dependencies {
// local jars
compile name: 'asmdex-1.0', ext: 'jar'
compile name: 'dexlib2', ext: 'jar'
compile name: 'util-2.0.6', ext: 'jar'
compile name: 'java-binutils', ext: 'jar'

// maven
compile 'org.ow2.asm:asm-all:5.0.4'
compile group: 'org.smali', name: 'dexlib2', version: '2.2.4'
compile 'org.apache.bcel:bcel:6.0'
compile 'com.squareup.retrofit2:converter-gson:2.3.0'
compile 'com.google.code.gson:gson-parent:2.8.1'
Expand Down
Binary file modified ClassySharkWS/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion ClassySharkWS/src/com/google/classyshark/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
public class Version {

public static final int MAJOR = 8;
public static final int MINOR = 1;
public static final int MINOR = 2;
}
30 changes: 0 additions & 30 deletions third_party/dexlib2.LICENSE

This file was deleted.

Binary file removed third_party/dexlib2.jar
Binary file not shown.

0 comments on commit bc096cb

Please sign in to comment.