From b25339ce2b706e9ec3b2da56dc43bd9b13aef0bd Mon Sep 17 00:00:00 2001 From: Michael Jedich Date: Sun, 22 Aug 2021 17:32:41 +0200 Subject: [PATCH] RC-2.6.0 --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8ce326b..ca2080f 100644 --- a/README.md +++ b/README.md @@ -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'; @@ -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: @@ -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'; @@ -430,6 +431,8 @@ export class HomePage { } ``` +([**Complete code sample**](https://github.com/kolbasa/cordova-plugin-apkupdater/wiki/Sample-Versioning)) +
# License