From 4c789a7e6702898b2ab8fc6e2ef6cb6e88c3c898 Mon Sep 17 00:00:00 2001 From: 17351781990 <827990754@qq.com> Date: Thu, 4 Nov 2021 02:53:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=89=88=E6=9D=83=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=92=8C=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- .../switchdatetime/date/CalendarManager.java | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23701cf..235ec87 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ allprojects { 2.在entry模块的build.gradle文件中, ```gradle dependencies { - implementation('com.gitee.chinasoft_ohos:Ohos-SwitchDateTimePicker:1.0.0') + implementation('com.gitee.chinasoft_ohos:Ohos-SwitchDateTimePicker:1.0.1') ...... } ``` @@ -109,7 +109,7 @@ CloudTest代码测试无异常 #### 版本迭代 -- 1.0.0 +- 1.0.1 #### 版权和许可信息 ``` diff --git a/switchdatetime/src/main/java/com/kunzisoft/switchdatetime/date/CalendarManager.java b/switchdatetime/src/main/java/com/kunzisoft/switchdatetime/date/CalendarManager.java index bc0b496..2dc17cd 100644 --- a/switchdatetime/src/main/java/com/kunzisoft/switchdatetime/date/CalendarManager.java +++ b/switchdatetime/src/main/java/com/kunzisoft/switchdatetime/date/CalendarManager.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2021 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.kunzisoft.switchdatetime.date; import com.kunzisoft.switchdatetime.ResourceTable; -- Gitee