mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-12 13:17:43 +02:00
Revert "fix: Applications with implicit sdk versioning lose that information"
This reverts commit 25a164dd10
.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user