mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-22 01:37:34 +01:00
code cleanup (spacing)
This commit is contained in:
parent
f6623d8a12
commit
feb71b2aa0
@ -91,7 +91,6 @@ public class ApkDecoder {
|
|||||||
if (hasResources()) {
|
if (hasResources()) {
|
||||||
|
|
||||||
Map<String, String> sdkInfo = mAndrolib.getResTable(mApkFile).getSdkInfo();
|
Map<String, String> sdkInfo = mAndrolib.getResTable(mApkFile).getSdkInfo();
|
||||||
|
|
||||||
if (sdkInfo.get("targetSdkVersion") != null) {
|
if (sdkInfo.get("targetSdkVersion") != null) {
|
||||||
mApi = Integer.parseInt(sdkInfo.get("targetSdkVersion"));
|
mApi = Integer.parseInt(sdkInfo.get("targetSdkVersion"));
|
||||||
}
|
}
|
||||||
@ -132,8 +131,6 @@ public class ApkDecoder {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if (hasSources()) {
|
if (hasSources()) {
|
||||||
switch (mDecodeSources) {
|
switch (mDecodeSources) {
|
||||||
case DECODE_SOURCES_NONE:
|
case DECODE_SOURCES_NONE:
|
||||||
@ -354,8 +351,7 @@ public class ApkDecoder {
|
|||||||
|
|
||||||
private final Androlib mAndrolib;
|
private final Androlib mAndrolib;
|
||||||
|
|
||||||
private final static Logger LOGGER = Logger.getLogger(Androlib.class
|
private final static Logger LOGGER = Logger.getLogger(Androlib.class.getName());
|
||||||
.getName());
|
|
||||||
|
|
||||||
private ExtFile mApkFile;
|
private ExtFile mApkFile;
|
||||||
private File mOutDir;
|
private File mOutDir;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user