From d19e0f10e2dbe6631b131d4dbe6242756b2327bb Mon Sep 17 00:00:00 2001 From: vinodbaste <53563344+vinodbaste@users.noreply.github.com> Date: Sat, 23 Jul 2022 15:23:30 +0530 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2143a8..75a2223 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ allprojects { `Step 2:` Add the dependency in your **project build.gradle** ```kotlin dependencies { - implementation 'com.github.vinodbaste:ImageCompressor:1.0.0' + implementation 'com.github.vinodbaste:ImageCompressor:V1.0.0' } ``` # Let's compress the image size! @@ -66,6 +66,21 @@ val compressedImagePath = ImageCompressUtils.compressImage( > Do make a copy of the image and pass the path if the image is choosen from gallery. > Image is compressed at the original image path and saved. ``` +# License +``` +Copyright [2022] [Vinod Baste] + +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. +```