Update dependencies
JADX updated to my branch until my PR is merged for continued Jitpack support
This commit is contained in:
parent
a383c52619
commit
e6b2576b57
20
pom.xml
20
pom.xml
|
@ -31,7 +31,7 @@
|
|||
<dependency>
|
||||
<groupId>org.jetbrains</groupId>
|
||||
<artifactId>annotations</artifactId>
|
||||
<version>21.0.1</version>
|
||||
<version>22.0.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apktool</groupId>
|
||||
|
@ -132,7 +132,7 @@
|
|||
<dependency>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson</artifactId>
|
||||
<version>2.8.7</version>
|
||||
<version>2.8.8</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.imgscalr</groupId>
|
||||
|
@ -215,24 +215,24 @@
|
|||
<version>1.1.4c</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.skylot.jadx</groupId>
|
||||
<groupId>com.github.ThexXTURBOXx.jadx</groupId>
|
||||
<artifactId>jadx-core</artifactId>
|
||||
<version>c28e8142f4</version>
|
||||
<version>c2416a2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.skylot.jadx</groupId>
|
||||
<groupId>com.github.ThexXTURBOXx.jadx</groupId>
|
||||
<artifactId>jadx-java-convert</artifactId>
|
||||
<version>c28e8142f4</version>
|
||||
<version>c2416a2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.skylot.jadx</groupId>
|
||||
<groupId>com.github.ThexXTURBOXx.jadx</groupId>
|
||||
<artifactId>jadx-dex-input</artifactId>
|
||||
<version>c28e8142f4</version>
|
||||
<version>c2416a2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.skylot.jadx</groupId>
|
||||
<groupId>com.github.ThexXTURBOXx.jadx</groupId>
|
||||
<artifactId>jadx-smali-input</artifactId>
|
||||
<version>c28e8142f4</version>
|
||||
<version>c2416a2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.ThexXTURBOXx</groupId>
|
||||
|
|
Loading…
Reference in New Issue
Block a user