mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-05 17:45:52 +01:00
Revert "fix: Applications with implicit sdk versioning lose that information"
This reverts commit 25a164dd10
.
This commit is contained in:
parent
db59f93e36
commit
bb42ef068e
@ -692,10 +692,6 @@ public class Androlib {
|
||||
if (inputFile.isDirectory()) {
|
||||
continue;
|
||||
}
|
||||
if (! inputFile.isFile()) {
|
||||
LOGGER.warning(String.format("File could not be located: %s", normalizedPath));
|
||||
continue;
|
||||
}
|
||||
|
||||
LOGGER.fine(String.format("Copying uncompressed asset: %s", normalizedPath));
|
||||
ZipEntry newEntry = getStoredZipEntry(normalizedPath, inputFile);
|
||||
|
Loading…
Reference in New Issue
Block a user