@capgo/capacitor-updater 4.1.0 → 4.1.1
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.
|
@@ -47,7 +47,7 @@ public class CapacitorUpdater {
|
|
|
47
47
|
private static final String bundleDirectory = "versions";
|
|
48
48
|
|
|
49
49
|
public static final String TAG = "Capacitor-updater";
|
|
50
|
-
public static final String pluginVersion = "4.1.
|
|
50
|
+
public static final String pluginVersion = "4.1.1";
|
|
51
51
|
|
|
52
52
|
public SharedPreferences.Editor editor;
|
|
53
53
|
public SharedPreferences prefs;
|
|
@@ -425,7 +425,7 @@ public class CapacitorUpdater {
|
|
|
425
425
|
new Response.ErrorListener(){
|
|
426
426
|
@Override
|
|
427
427
|
public void onErrorResponse(VolleyError error) {
|
|
428
|
-
Log.i(TAG, "
|
|
428
|
+
Log.i(TAG, "Error sending stats: " + error);
|
|
429
429
|
}
|
|
430
430
|
});
|
|
431
431
|
this.requestQueue.add(request);
|
|
@@ -146,7 +146,7 @@ extension CustomError: LocalizedError {
|
|
|
146
146
|
|
|
147
147
|
public let TAG = "✨ Capacitor-updater:";
|
|
148
148
|
public let CAP_SERVER_PATH = "serverBasePath"
|
|
149
|
-
public let pluginVersion = "4.1.
|
|
149
|
+
public let pluginVersion = "4.1.1"
|
|
150
150
|
public var statsUrl = ""
|
|
151
151
|
public var appId = ""
|
|
152
152
|
public var deviceID = UIDevice.current.identifierForVendor?.uuidString ?? ""
|