mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-22 01:37:34 +01:00
Revert "fix: Applications with implicit sdk versioning lose that information"
This reverts commit 25a164dd10e2e7b0300295e860b7c2772314ba0f.
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…
x
Reference in New Issue
Block a user