@capgo/capacitor-updater 3.3.19 → 3.3.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ You have 3 ways possible :
|
|
|
12
12
|
Join the [discord](https://discord.gg/VnYRvBfgA6) to get help.
|
|
13
13
|
|
|
14
14
|
## Documentation
|
|
15
|
-
I maintain a more user friendly and complete [documentation](https://
|
|
15
|
+
I maintain a more user friendly and complete [documentation here](https://docs.capgo.app/).
|
|
16
16
|
|
|
17
17
|
## install plugin
|
|
18
18
|
|
|
@@ -53,7 +53,7 @@ Create account in [capgo.app](https://capgo.app) and get your [API key](https://
|
|
|
53
53
|
- If update fail it will roolback to previous version.
|
|
54
54
|
|
|
55
55
|
See more there in the [Auto update](
|
|
56
|
-
https://
|
|
56
|
+
https://docs.capgo.app/plugin/auto-update/cloud) documentation.
|
|
57
57
|
|
|
58
58
|
|
|
59
59
|
## Manual setup
|
|
@@ -59,7 +59,7 @@ public class CapacitorUpdater {
|
|
|
59
59
|
|
|
60
60
|
public String appId = "";
|
|
61
61
|
public String deviceID = "";
|
|
62
|
-
public final String pluginVersion = "3.3.
|
|
62
|
+
public final String pluginVersion = "3.3.20";
|
|
63
63
|
public String statsUrl = "";
|
|
64
64
|
|
|
65
65
|
public CapacitorUpdater (final Context context) throws PackageManager.NameNotFoundException {
|