diff --git a/README.md b/README.md index c7083a7407532d1f7677477e6af92ff6aab7543a..59249b5425b5c5b31b38266325668ed1398a7958 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ allprojects{ mavenCentral() } } -implementation 'io.openharmony.tpc.thirdlib:SlideshowToolbar:1.0.1' +implementation 'io.openharmony.tpc.thirdlib:SlideshowToolbar:1.0.2' ``` ### Demo diff --git a/entry/src/main/java/com/funtory/slideshowapp/MainAbility.java b/entry/src/main/java/com/funtory/slideshowapp/MainAbility.java index 9c1e49a120440cb689a2d85009e749815ad432ed..7b05eb51ef4ca8551b16a5665911785f83941a70 100644 --- a/entry/src/main/java/com/funtory/slideshowapp/MainAbility.java +++ b/entry/src/main/java/com/funtory/slideshowapp/MainAbility.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 JuL + * 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. diff --git a/entry/src/main/java/com/funtory/slideshowapp/SlideshowToolbarApplication.java b/entry/src/main/java/com/funtory/slideshowapp/SlideshowToolbarApplication.java index 7eeafff02dc70148b5f5bc8ac53b8fa03dc7ce23..0745f2b712ead2515f661511459ec97f1ee474ab 100644 --- a/entry/src/main/java/com/funtory/slideshowapp/SlideshowToolbarApplication.java +++ b/entry/src/main/java/com/funtory/slideshowapp/SlideshowToolbarApplication.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 JuL + * 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. diff --git a/entry/src/main/java/com/funtory/slideshowapp/slice/MainAbilitySlice.java b/entry/src/main/java/com/funtory/slideshowapp/slice/MainAbilitySlice.java index 317a12276b83ab7ac9e5e74a491ccfc70321d1c4..144bb8679bf59f45bf82a24769d25e9f601d2976 100644 --- a/entry/src/main/java/com/funtory/slideshowapp/slice/MainAbilitySlice.java +++ b/entry/src/main/java/com/funtory/slideshowapp/slice/MainAbilitySlice.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 JuL + * 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.