mirror of
https://github.com/pxb1988/dex2jar.git
synced 2024-11-23 13:19:46 +00:00
1. use p-rename 1.4
2. dex-tools same version as dex-translator --HG-- branch : 0.0.9.x
This commit is contained in:
parent
96464b898e
commit
78cd707a68
@ -7,14 +7,14 @@
|
||||
<version>1.0</version>
|
||||
</parent>
|
||||
<artifactId>dex-tools</artifactId>
|
||||
<version>0.0.0.7-SNAPSHOT</version>
|
||||
<version>0.0.9.11-SNAPSHOT</version>
|
||||
<name>Dex Tools</name>
|
||||
<description>Tools to work with dex and class files</description>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.googlecode.dex2jar</groupId>
|
||||
<artifactId>dex-translator</artifactId>
|
||||
<version>0.0.9.11-SNAPSHOT</version>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-cli</groupId>
|
||||
@ -34,7 +34,7 @@
|
||||
<dependency>
|
||||
<groupId>pxb.bc</groupId>
|
||||
<artifactId>p-rename</artifactId>
|
||||
<version>1.3</version>
|
||||
<version>1.4</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
|
Loading…
Reference in New Issue
Block a user