@aks-dev/easyui 1.0.31 → 1.0.32

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.
@@ -2,7 +2,7 @@
2
2
  * @Author: shiguo
3
3
  * @Date: 2022-05-05 13:57:25
4
4
  * @LastEditors: shiguo
5
- * @LastEditTime: 2022-05-23 19:08:47
5
+ * @LastEditTime: 2022-05-23 19:16:19
6
6
  * @FilePath: /@aks-dev/easyui/android/src/main/java/com/easyui/UpgradeModule.java
7
7
  */
8
8
  package com.easyui;
@@ -158,7 +158,7 @@ public class UpgradeModule extends ReactContextBaseJavaModule {
158
158
  @Override
159
159
  public void onClick(View v) {
160
160
  if (force) {
161
- android.os.Process.killProcess(android.os.Process.myPid());
161
+ //android.os.Process.killProcess(android.os.Process.myPid());
162
162
  } else {
163
163
  dialog.dismiss();
164
164
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aks-dev/easyui",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "description": "爱科森开发工具包(react-native)",
5
5
  "main": "./src/index.ts",
6
6
  "typings": "./src/index.d.ts",