From a1e110be09e29ef7f407eee3af01d375499852ce Mon Sep 17 00:00:00 2001 From: vadiole Date: Sun, 21 Jan 2024 18:06:47 +0100 Subject: [PATCH] update readme --- README.md | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 58cb5b8..07bafd3 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,12 @@ Kotlin DSL: ```kotlin -implementation("io.github.vadiole:colorpicker:1.0.3") +implementation("io.github.vadiole:colorpicker:1.0.4") ``` Groove: ```gradle -implementation 'io.github.vadiole:colorpicker:1.0.3' +implementation 'io.github.vadiole:colorpicker:1.0.4' ``` ### Usage @@ -60,20 +60,3 @@ colorPicker.show(supportFragmentManager, "color_picker") // Show dialog from Fragment colorPicker.show(childFragmentManager, "color_picker") ``` - -### License -``` -Copyright 2021 vadiole - -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. -```