From c8d4cee5e6c90a667d9817cfc92e466cd21537db Mon Sep 17 00:00:00 2001 From: itgaojian Date: Thu, 22 Feb 2024 10:02:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=BF=E6=8D=A2=E8=B6=85=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../assets/supermap/SuperMap iMobile Trial -20231117.slm | 8 -------- .../assets/supermap/SuperMap iMobile Trial -20231226.slm | 8 ++++++++ .../com/tengshisoft/commandclient/BaseMyApplication.java | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 app/src/main/assets/supermap/SuperMap iMobile Trial -20231117.slm create mode 100644 app/src/main/assets/supermap/SuperMap iMobile Trial -20231226.slm diff --git a/app/src/main/assets/supermap/SuperMap iMobile Trial -20231117.slm b/app/src/main/assets/supermap/SuperMap iMobile Trial -20231117.slm deleted file mode 100644 index e5a935e..0000000 --- a/app/src/main/assets/supermap/SuperMap iMobile Trial -20231117.slm +++ /dev/null @@ -1,8 +0,0 @@ -Trial License -Modules=851967 -Version=1100 -StartDate=20231117 -ExpiredDate=20231217 -DeviceIDType=UUID -### -BB2B0634BE0290AC0008F236F231B17C diff --git a/app/src/main/assets/supermap/SuperMap iMobile Trial -20231226.slm b/app/src/main/assets/supermap/SuperMap iMobile Trial -20231226.slm new file mode 100644 index 0000000..0ece77f --- /dev/null +++ b/app/src/main/assets/supermap/SuperMap iMobile Trial -20231226.slm @@ -0,0 +1,8 @@ +Trial License +Modules=851967 +Version=1100 +StartDate=20231226 +ExpiredDate=20240126 +DeviceIDType=UUID +### +A64A082CC8E088D987E4D1067C50B8FE diff --git a/app/src/main/java/com/tengshisoft/commandclient/BaseMyApplication.java b/app/src/main/java/com/tengshisoft/commandclient/BaseMyApplication.java index 63006f7..59be6cc 100644 --- a/app/src/main/java/com/tengshisoft/commandclient/BaseMyApplication.java +++ b/app/src/main/java/com/tengshisoft/commandclient/BaseMyApplication.java @@ -31,7 +31,7 @@ import cn.leo.magic.screen.MagicScreenAdapter; public class BaseMyApplication extends BaseAppContext { private static boolean isLogin = false; - private String licenseFileName = "SuperMap iMobile Trial -20231117.slm"; + private String licenseFileName = "SuperMap iMobile Trial -20231226.slm"; @Override public void onCreate() {