Skip to content

Commit

Permalink
Min dex refresh call
Browse files Browse the repository at this point in the history
  • Loading branch information
REAndroid committed Jan 1, 2025
1 parent 9e8f041 commit 89a171d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,6 @@ private InputSource buildExperimental(String progress, File classesDir, File dex
version = apiToDexVersion(version);
dexFile.setVersion(version);
dexFile.parseSmaliDirectory(classesDir);
dexFile.refresh();
dexFile.clearEmptySections();
dexFile.shrink();
dexFile.refreshFull();
dexFile.write(dexCacheFile);
dexFile.close();
Expand Down

0 comments on commit 89a171d

Please sign in to comment.