diff --git a/ClassySharkWS/build.gradle b/ClassySharkWS/build.gradle index dfd2298f..9f7d6455 100644 --- a/ClassySharkWS/build.gradle +++ b/ClassySharkWS/build.gradle @@ -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' diff --git a/ClassySharkWS/gradle/wrapper/gradle-wrapper.jar b/ClassySharkWS/gradle/wrapper/gradle-wrapper.jar index 76475444..758de960 100644 Binary files a/ClassySharkWS/gradle/wrapper/gradle-wrapper.jar and b/ClassySharkWS/gradle/wrapper/gradle-wrapper.jar differ diff --git a/ClassySharkWS/src/com/google/classyshark/Version.java b/ClassySharkWS/src/com/google/classyshark/Version.java index 9ef72e72..9928bf85 100644 --- a/ClassySharkWS/src/com/google/classyshark/Version.java +++ b/ClassySharkWS/src/com/google/classyshark/Version.java @@ -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; } diff --git a/third_party/dexlib2.LICENSE b/third_party/dexlib2.LICENSE deleted file mode 100644 index 2c7300f0..00000000 --- a/third_party/dexlib2.LICENSE +++ /dev/null @@ -1,30 +0,0 @@ -/* - * Copyright 2013, Google Inc. - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above - * copyright notice, this list of conditions and the following disclaimer - * in the documentation and/or other materials provided with the - * distribution. - * * Neither the name of Google Inc. nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ \ No newline at end of file diff --git a/third_party/dexlib2.jar b/third_party/dexlib2.jar deleted file mode 100644 index a25b1d39..00000000 Binary files a/third_party/dexlib2.jar and /dev/null differ