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

Commit bc096cb

Browse files
committed
Updated with latest dexlib version
1 parent 1bffa2c commit bc096cb

File tree

5 files changed

+2
-32
lines changed

5 files changed

+2
-32
lines changed

ClassySharkWS/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ sourceSets {
2929
dependencies {
3030
// local jars
3131
compile name: 'asmdex-1.0', ext: 'jar'
32-
compile name: 'dexlib2', ext: 'jar'
3332
compile name: 'util-2.0.6', ext: 'jar'
3433
compile name: 'java-binutils', ext: 'jar'
3534

3635
// maven
3736
compile 'org.ow2.asm:asm-all:5.0.4'
37+
compile group: 'org.smali', name: 'dexlib2', version: '2.2.4'
3838
compile 'org.apache.bcel:bcel:6.0'
3939
compile 'com.squareup.retrofit2:converter-gson:2.3.0'
4040
compile 'com.google.code.gson:gson-parent:2.8.1'
-289 Bytes
Binary file not shown.

ClassySharkWS/src/com/google/classyshark/Version.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
public class Version {
2323

2424
public static final int MAJOR = 8;
25-
public static final int MINOR = 1;
25+
public static final int MINOR = 2;
2626
}

third_party/dexlib2.LICENSE

-30
This file was deleted.

third_party/dexlib2.jar

-918 KB
Binary file not shown.

0 commit comments

Comments
 (0)