Skip to content

Commit fa6f720

Browse files
Updated README
1 parent dc46c19 commit fa6f720

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,11 @@ new AppUpdater(this)
6565
...
6666
```
6767

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")`
6969

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")`.
7171

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")`.
7573

7674
### Setting the frequency to show updates
7775
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)
135133
appUpdaterUtils.start();
136134
```
137135

138-
![AppUpdater](https://raw.githubusercontent.com/TutorialsAndroid/AppXUpdater/master/files/screenshot.png)
136+
![AppXUpdater](https://raw.githubusercontent.com/TutorialsAndroid/AppXUpdater/master/files/screenshot.png)
139137

140138
## License
141139
Copyright 2020 Tutorials Android

0 commit comments

Comments
 (0)