Skip to content

Commit b18459e

Browse files
committed
Update to skylot's JADX again
Jitpack building is now fixed on master again
1 parent bfad5d8 commit b18459e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<smali.version>2.5.2</smali.version>
4242
<snakeyaml.version>1.29</snakeyaml.version>
4343
<xpp3.version>1.1.4c</xpp3.version>
44-
<jadx.version>c2416a2</jadx.version>
44+
<jadx.version>f681c89</jadx.version>
4545
<dex2jar.version>v24</dex2jar.version>
4646
<darklaf.version>2.7.2</darklaf.version>
4747
<darklaf-extensions-rsta.version>0.3.4</darklaf-extensions-rsta.version>
@@ -255,22 +255,22 @@
255255
<version>${xpp3.version}</version>
256256
</dependency>
257257
<dependency>
258-
<groupId>com.github.ThexXTURBOXx.jadx</groupId>
258+
<groupId>com.github.skylot.jadx</groupId>
259259
<artifactId>jadx-core</artifactId>
260260
<version>${jadx.version}</version>
261261
</dependency>
262262
<dependency>
263-
<groupId>com.github.ThexXTURBOXx.jadx</groupId>
263+
<groupId>com.github.skylot.jadx</groupId>
264264
<artifactId>jadx-java-convert</artifactId>
265265
<version>${jadx.version}</version>
266266
</dependency>
267267
<dependency>
268-
<groupId>com.github.ThexXTURBOXx.jadx</groupId>
268+
<groupId>com.github.skylot.jadx</groupId>
269269
<artifactId>jadx-dex-input</artifactId>
270270
<version>${jadx.version}</version>
271271
</dependency>
272272
<dependency>
273-
<groupId>com.github.ThexXTURBOXx.jadx</groupId>
273+
<groupId>com.github.skylot.jadx</groupId>
274274
<artifactId>jadx-smali-input</artifactId>
275275
<version>${jadx.version}</version>
276276
</dependency>

0 commit comments

Comments
 (0)