We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b9f7a commit bff828eCopy full SHA for bff828e
android/src/main/java/cn/reactnative/modules/update/UpdateContext.java
@@ -64,8 +64,6 @@ public UpdateContext(Context context) {
64
if (packageVersionChanged || buildTimeChanged) {
65
// Execute cleanUp before clearing SharedPreferences to avoid race condition
66
this.cleanUp();
67
-
68
- SharedPreferences.Editor editor = sp.edit();
69
editor.clear();
70
editor.putString("packageVersion", packageVersion);
71
editor.putString("buildTime", buildTime);
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-update",
3
- "version": "10.36.1",
+ "version": "10.36.2",
4
"description": "react-native hot update",
5
"main": "src/index",
6
"scripts": {
0 commit comments