mirror of
https://github.com/revanced/smali.git
synced 2025-06-13 04:27:38 +02:00
Renamed getVersion() to getOdexVersion() in DexBackedOdexFile.
This commit is contained in:
@ -122,7 +122,7 @@ public class DexBackedOdexFile extends DexBackedDexFile {
|
||||
}
|
||||
}
|
||||
|
||||
public int getVersion() {
|
||||
public int getOdexVersion() {
|
||||
return OdexHeaderItem.getVersion(odexBuf);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user