@capgo/capacitor-updater 4.12.10 → 4.12.11
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.
|
@@ -61,7 +61,7 @@ public class CapacitorUpdater {
|
|
|
61
61
|
private static final String bundleDirectory = "versions";
|
|
62
62
|
|
|
63
63
|
public static final String TAG = "Capacitor-updater";
|
|
64
|
-
public static final String pluginVersion = "4.12.
|
|
64
|
+
public static final String pluginVersion = "4.12.11";
|
|
65
65
|
|
|
66
66
|
public SharedPreferences.Editor editor;
|
|
67
67
|
public SharedPreferences prefs;
|
|
@@ -111,7 +111,6 @@ public class CapacitorUpdaterPlugin extends Plugin implements Application.Activi
|
|
|
111
111
|
}
|
|
112
112
|
final Application application = (Application) this.getContext().getApplicationContext();
|
|
113
113
|
application.registerActivityLifecycleCallbacks(this);
|
|
114
|
-
this.onActivityStarted(this.getActivity());
|
|
115
114
|
this._checkCancelDelay(true);
|
|
116
115
|
}
|
|
117
116
|
|
|
@@ -221,7 +221,7 @@ extension CustomError: LocalizedError {
|
|
|
221
221
|
public let TAG = "✨ Capacitor-updater:"
|
|
222
222
|
public let CAP_SERVER_PATH = "serverBasePath"
|
|
223
223
|
public var customId = ""
|
|
224
|
-
public let pluginVersion = "4.12.
|
|
224
|
+
public let pluginVersion = "4.12.11"
|
|
225
225
|
public var statsUrl = ""
|
|
226
226
|
public var channelUrl = ""
|
|
227
227
|
public var appId = ""
|