-
Notifications
You must be signed in to change notification settings - Fork 413
UpdateFrom.GITHUB
Javier Santos edited this page Feb 16, 2018
·
7 revisions
new AppUpdater(this)
.setUpdateFrom(UpdateFrom.GITHUB)
.setGitHubUserAndRepo("javiersantos", "AppUpdater")
.start();
- You must have one published release (at least) in the provided repository, tagged as X.X.X.X or vX.X.X.X.
- Repo must be public.
- GitHub doesn't support
versionCode
. You should useUpdateFrom.JSON
orUpdateFrom.XML
instead. -
Update#getLatestVersionCode()
will be null when usingAppUpdaterUtils
. You should useUpdate#getLatestVersion()
instead.