Skip to content

Commit

Permalink
RC-2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kolbasa committed Aug 22, 2021
1 parent b944a14 commit 1dfa3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export class HomePage {
await ApkUpdater.download(
'https://your-update-server.com/update.apk',
{
onDownloadProgress: progress => console.log,
onDownloadProgress: console.log
}
);
await ApkUpdater.install();
Expand Down

0 comments on commit 1dfa3fa

Please sign in to comment.