intel / APKexpansion

5 stars 12 forks source link

bugfix: Google’s library cannot load a patch file if the version number is different from the main #11

Open pgutierrezcf opened 7 years ago

pgutierrezcf commented 7 years ago

As far as I can see this is an error, the main and patch files can have different version numbers. The error is easy to see in Google's code: the path for the patch file uses the mainVersion value.

Google's version of this file still contains this bug. Either that or I'm not understanding patch file versioning correctly.

regards,

Pedro