mirror of
https://github.com/pxb1988/dex2jar.git
synced 2025-02-12 16:08:19 +00:00
start work 0.0.9.14
--HG-- branch : 0.0.9.x
This commit is contained in:
parent
0708ea77f3
commit
ae5cd2f422
@ -7,7 +7,7 @@
|
||||
<version>1.1</version>
|
||||
</parent>
|
||||
<artifactId>commons-lite</artifactId>
|
||||
<version>1.14-SNAPSHOT</version>
|
||||
<version>1.15-SNAPSHOT</version>
|
||||
<name>Dex Commons Lite</name>
|
||||
<description>A lightweight implementation of commons-io and commons-codec</description>
|
||||
</project>
|
||||
|
@ -7,7 +7,7 @@
|
||||
<version>1.1</version>
|
||||
</parent>
|
||||
<artifactId>dex-ir</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
<name>Dex Instruction Representation</name>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
@ -8,7 +8,7 @@
|
||||
<version>1.1</version>
|
||||
</parent>
|
||||
<artifactId>dex-reader</artifactId>
|
||||
<version>1.14-SNAPSHOT</version>
|
||||
<version>1.15-SNAPSHOT</version>
|
||||
<name>Dex Reader</name>
|
||||
<description>Tools to work with android .dex and java .class files</description>
|
||||
<url>http://code.google.como/p/dex2jar/</url>
|
||||
|
@ -7,7 +7,7 @@
|
||||
<version>1.1</version>
|
||||
</parent>
|
||||
<artifactId>dex-tools</artifactId>
|
||||
<version>0.0.9.13-SNAPSHOT</version>
|
||||
<version>0.0.9.14-SNAPSHOT</version>
|
||||
<name>Dex Tools</name>
|
||||
<description>Tools to work with dex and class files</description>
|
||||
<dependencies>
|
||||
@ -24,7 +24,7 @@
|
||||
<dependency>
|
||||
<groupId>com.googlecode.dex2jar</groupId>
|
||||
<artifactId>commons-lite</artifactId>
|
||||
<version>1.14-SNAPSHOT</version>
|
||||
<version>1.15-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.googlecode.jasmin</groupId>
|
||||
@ -34,7 +34,7 @@
|
||||
<dependency>
|
||||
<groupId>com.googlecode.dex2jar</groupId>
|
||||
<artifactId>jar-rename</artifactId>
|
||||
<version>1.5-SNAPSHOT</version>
|
||||
<version>1.6-SNAPSHOT</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
|
@ -9,7 +9,7 @@
|
||||
</parent>
|
||||
|
||||
<artifactId>dex-translator</artifactId>
|
||||
<version>0.0.9.13-SNAPSHOT</version>
|
||||
<version>0.0.9.14-SNAPSHOT</version>
|
||||
<name>Dex Translator</name>
|
||||
<description>Tools to work with android .dex and java .class files</description>
|
||||
<url>http://code.google.como/p/dex2jar/</url>
|
||||
@ -17,17 +17,17 @@
|
||||
<dependency>
|
||||
<groupId>com.googlecode.dex2jar</groupId>
|
||||
<artifactId>dex-reader</artifactId>
|
||||
<version>1.14-SNAPSHOT</version>
|
||||
<version>1.15-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.googlecode.dex2jar</groupId>
|
||||
<artifactId>dex-ir</artifactId>
|
||||
<version>1.11-SNAPSHOT</version>
|
||||
<version>1.12-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.googlecode.dex2jar</groupId>
|
||||
<artifactId>commons-lite</artifactId>
|
||||
<version>1.14-SNAPSHOT</version>
|
||||
<version>1.15-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
@ -7,7 +7,7 @@
|
||||
<version>1.1</version>
|
||||
</parent>
|
||||
<artifactId>jar-rename</artifactId>
|
||||
<version>1.5-SNAPSHOT</version>
|
||||
<version>1.6-SNAPSHOT</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user