mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-12-15 01:22:34 +08:00
v10.36.2
This commit is contained in:
@@ -64,8 +64,6 @@ public class UpdateContext {
|
|||||||
if (packageVersionChanged || buildTimeChanged) {
|
if (packageVersionChanged || buildTimeChanged) {
|
||||||
// Execute cleanUp before clearing SharedPreferences to avoid race condition
|
// Execute cleanUp before clearing SharedPreferences to avoid race condition
|
||||||
this.cleanUp();
|
this.cleanUp();
|
||||||
|
|
||||||
SharedPreferences.Editor editor = sp.edit();
|
|
||||||
editor.clear();
|
editor.clear();
|
||||||
editor.putString("packageVersion", packageVersion);
|
editor.putString("packageVersion", packageVersion);
|
||||||
editor.putString("buildTime", buildTime);
|
editor.putString("buildTime", buildTime);
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "react-native-update",
|
"name": "react-native-update",
|
||||||
"version": "10.36.1",
|
"version": "10.36.2",
|
||||||
"description": "react-native hot update",
|
"description": "react-native hot update",
|
||||||
"main": "src/index",
|
"main": "src/index",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user