react-native-update 10.36.1 → 10.36.2

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.
@@ -64,8 +64,6 @@ public class UpdateContext {
64
64
  if (packageVersionChanged || buildTimeChanged) {
65
65
  // Execute cleanUp before clearing SharedPreferences to avoid race condition
66
66
  this.cleanUp();
67
-
68
- SharedPreferences.Editor editor = sp.edit();
69
67
  editor.clear();
70
68
  editor.putString("packageVersion", packageVersion);
71
69
  editor.putString("buildTime", buildTime);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-update",
3
- "version": "10.36.1",
3
+ "version": "10.36.2",
4
4
  "description": "react-native hot update",
5
5
  "main": "src/index",
6
6
  "scripts": {