1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-12-15 01:22:34 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Compare commits

..

1 Commits

Author SHA1 Message Date
sunnylqm
bff828e623 v10.36.2 2025-11-26 21:09:42 +08:00
2 changed files with 1 additions and 3 deletions

View File

@@ -64,8 +64,6 @@ public class UpdateContext {
if (packageVersionChanged || buildTimeChanged) {
// Execute cleanUp before clearing SharedPreferences to avoid race condition
this.cleanUp();
SharedPreferences.Editor editor = sp.edit();
editor.clear();
editor.putString("packageVersion", packageVersion);
editor.putString("buildTime", buildTime);

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-update",
"version": "10.36.1",
"version": "10.36.2",
"description": "react-native hot update",
"main": "src/index",
"scripts": {