Skip to content

Commit

Permalink
Version 1.0.3. Support for OAT header version 45 to 74.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfalliere committed Jan 6, 2016
1 parent 7bbffa5 commit 278b39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/pnf/plugin/oat/OATPlugin.java
Expand Up @@ -43,7 +43,7 @@ public PluginInformation getPluginInformation() {
// requires JEB 2.1
return new PluginInformation("OAT File Unit",
"Plugin to extract dex files embedded in compiled OAT files that are generated by the ART",
"PNF Software", Version.create(1, 0, 2), Version.create(2, 1), null);
"PNF Software", Version.create(1, 0, 3), Version.create(2, 1), null);
}

@Override
Expand Down

0 comments on commit 278b39f

Please sign in to comment.