You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,13 +65,11 @@ new AppUpdater(this)
65
65
...
66
66
```
67
67
68
-
When using GitHub you must provide the repo where the library will check for updates: `.setGitHubUserAndRepo("javiersantos", "AppUpdater")`. Check out the [wiki](https://github.com/javiersantos/AppUpdater/wiki/UpdateFrom.GITHUB) for more details.
68
+
When using GitHub you must provide the repo where the library will check for updates: `.setGitHubUserAndRepo("TutorialsAndroid", "AppXUpdater")`
69
69
70
-
When using the XML source you must upload a .xml file somewhere on the Internet following the structure explained in the [wiki](https://github.com/javiersantos/AppUpdater/wiki/UpdateFrom.XML)and add the URL as shown in this example: `.setUpdateXML("https://raw.githubusercontent.com/javiersantos/AppUpdater/master/app/update-changelog.xml")`.
70
+
When using the XML source you must upload a .xml file somewhere on the Internet and add the URL as shown in this example: `.setUpdateXML("https://raw.githubusercontent.com/TutorialsAndroid/AppXUpdater/master/files/update-changelog.xml")`.
71
71
72
-
When using the JSON source you must upload a .json file somewhere on the Internet following the structure explained in the [wiki](https://github.com/javiersantos/AppUpdater/wiki/UpdateFrom.JSON) and add the URL as shown in this example: `.setUpdateJSON("https://raw.githubusercontent.com/javiersantos/AppUpdater/master/app/update-changelog.json")`.
73
-
74
-
A detailed description with examples is available at: https://github.com/javiersantos/AppUpdater/wiki
72
+
When using the JSON source you must upload a .json file somewhere on the Internet and add the URL as shown in this example: `.setUpdateJSON("https://raw.githubusercontent.com/TutorialsAndroid/AppXUpdater/master/files/update-changelog.json")`.
75
73
76
74
### Setting the frequency to show updates
77
75
By default, a dialog/Snackbar/notification will be shown whenever a new version is found. However, this can be set to show only every X times that the app ascertains that a new update is available.
@@ -135,7 +133,7 @@ AppUpdaterUtils appUpdaterUtils = new AppUpdaterUtils(this)
0 commit comments