Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
fix: read dex files instead of just converting (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouwrice authored Aug 2, 2023
1 parent 78f857b commit 6743cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jvmMain/kotlin/data/LoadUtil.kt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class LoadUtil {
// Convert dex files to a JAR first.
classReader = NameFilteredDataEntryReader(
"classes*.dex",
DexClassReader(false, classPoolFiller),
DexClassReader(true, classPoolFiller),
classReader,
)

Expand Down

0 comments on commit 6743cd8

Please sign in to comment.