Skip to content

Commit

Permalink
Merge pull request #492 from dnalves/fixingMultidexToSingle
Browse files Browse the repository at this point in the history
Fixing migration to single dex after multidex.
  • Loading branch information
sibelius committed Jan 7, 2016
2 parents b183746 + 416df04 commit b461c0d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions library/src/main/java/com/orm/util/MultiDexHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ public static List<String> getSourcePaths(Context context) throws PackageManager
if (extractedFile.isFile()) {
sourcePaths.add(extractedFile.getAbsolutePath());
//we ignore the verify zip part
} else {
throw new IOException("Missing extracted secondary dex file '" +
extractedFile.getPath() + "'");
}
}

Expand Down

0 comments on commit b461c0d

Please sign in to comment.