package private constructor and not android library
Closed this issue · 2 comments
GoogleCodeExporter commented
The constructor of AutoUpdateApk is package private, so I'm unable to construct
it inside my activity.
A simple change can be found on the attached commit.
Also the project is not marked as an android library which is also included in
the commit.
https://github.com/masconsult/auto-update-apk-client/commit/a8e9e8933b7a47cf802d
fd1435675699c68afdea
Original issue reported on code.google.com by g...@roupsky.name
on 25 Sep 2012 at 2:49
GoogleCodeExporter commented
Sorry to provide a patch like this, but as far as I searched there is no
push-request on google-code.
Original comment by g...@roupsky.name
on 25 Sep 2012 at 2:50
GoogleCodeExporter commented
public constructor has been added since v1.7
Original comment by lenik.terenin
on 4 Oct 2012 at 8:25
- Changed state: Fixed