Revert Dex2Jar (#721)

* Revert attempts to fix Dex2Jar

* Revert to v64 of Dex2Jar
This commit is contained in:
Mitchell Syer
2023-10-16 20:13:06 -04:00
committed by GitHub
parent 150416b578
commit 029f445d0a
2 changed files with 2 additions and 32 deletions

View File

@@ -6,7 +6,7 @@ okhttp = "5.0.0-alpha.11" # Major version is locked by Tachiyomi extensions
javalin = "4.6.8" # Javalin 5.0.0+ requires Java 11
jackson = "2.13.3" # jackson version locked by javalin, ref: `io.javalin.core.util.OptionalDependency`
exposed = "0.40.1"
dex2jar = "v74"
dex2jar = "v64" # Stuck until https://github.com/ThexXTURBOXx/dex2jar/issues/27 is fixed
rhino = "1.7.14"
settings = "1.0.0-RC"
twelvemonkeys = "3.9.4"