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 3e4901b commit b25339c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ It is not recommended, but you can install the plugin without AndroidX. Just set

Here is the simplest example: downloading and then installing the APK:

[**Sample Implementation**](https://github.com/kolbasa/cordova-plugin-apkupdater/wiki/Sample-Implementation):
Sample Implementation:

```ts
import ApkUpdater from 'cordova-plugin-apkupdater';
Expand All @@ -105,9 +105,10 @@ export class HomePage {
}

}

```

([**Complete code sample**](https://github.com/kolbasa/cordova-plugin-apkupdater/wiki/Sample-Implementation))

### Cordova

The same example with callbacks:
Expand Down Expand Up @@ -403,7 +404,7 @@ This is also the case with the
[demo linked above](https://github.com/kolbasa/cordova-plugin-apkupdater-demo/tree/master/update).
Here is [my script](https://github.com/kolbasa/apk-update) that I use to create the compressed update and info file.

[**Sample Implementation**](https://github.com/kolbasa/cordova-plugin-apkupdater/wiki/Sample-Versioning):
Sample Implementation:

```ts
import ApkUpdater from 'cordova-plugin-apkupdater';
Expand All @@ -430,6 +431,8 @@ export class HomePage {
}
```

([**Complete code sample**](https://github.com/kolbasa/cordova-plugin-apkupdater/wiki/Sample-Versioning))

<br>

# License
Expand Down

0 comments on commit b25339c

Please sign in to comment.