UpdateChecker
UpdateChecker copied to clipboard
Override Update Checker Constructor to Take in Context Instead of Activity
Can we please have a constructor that takes in a Context parameter. Looking through the code Activity is only used to pull package name, and Context can easily be substituted for that purpose.
Great library by the way.
You can cast context to activity like this (Activity)context