Renamed getVersion() to getOdexVersion() in DexBackedOdexFile.

This commit is contained in:
Izzat Bahadirov
2013-04-29 16:27:45 -04:00
parent 64898161b3
commit 03b8247850
2 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ public class DexBackedOdexFile extends DexBackedDexFile {
}
}
public int getVersion() {
public int getOdexVersion() {
return OdexHeaderItem.getVersion(odexBuf);
}