@capgo/capacitor-updater 8.47.7 → 8.47.8
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.
|
@@ -129,7 +129,7 @@ public class CapacitorUpdaterPlugin extends Plugin {
|
|
|
129
129
|
static final int APPLICATION_EXIT_REASON_USER_REQUESTED = 10;
|
|
130
130
|
static final int APPLICATION_EXIT_REASON_DEPENDENCY_DIED = 12;
|
|
131
131
|
|
|
132
|
-
private final String pluginVersion = "8.47.
|
|
132
|
+
private final String pluginVersion = "8.47.8";
|
|
133
133
|
private static final String DELAY_CONDITION_PREFERENCES = "";
|
|
134
134
|
|
|
135
135
|
private SharedPreferences.Editor editor;
|
|
@@ -79,7 +79,7 @@ public class CapacitorUpdaterPlugin: CAPPlugin, CAPBridgedPlugin {
|
|
|
79
79
|
CAPPluginMethod(name: "completeFlexibleUpdate", returnType: CAPPluginReturnPromise)
|
|
80
80
|
]
|
|
81
81
|
public var implementation = CapgoUpdater()
|
|
82
|
-
private let pluginVersion: String = "8.47.
|
|
82
|
+
private let pluginVersion: String = "8.47.8"
|
|
83
83
|
static let updateUrlDefault = "https://plugin.capgo.app/updates"
|
|
84
84
|
static let statsUrlDefault = "https://plugin.capgo.app/stats"
|
|
85
85
|
static let channelUrlDefault = "https://plugin.capgo.app/channel_self"
|