Skip to content

Commit d19e0f1

Browse files
authored
Update README.md
1 parent b1726af commit d19e0f1

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ allprojects {
2020
`Step 2:` Add the dependency in your **project build.gradle**
2121
```kotlin
2222
dependencies {
23-
implementation 'com.github.vinodbaste:ImageCompressor:1.0.0'
23+
implementation 'com.github.vinodbaste:ImageCompressor:V1.0.0'
2424
}
2525
```
2626
# Let's compress the image size!
@@ -66,6 +66,21 @@ val compressedImagePath = ImageCompressUtils.compressImage(
6666
> Do make a copy of the image and pass the path if the image is choosen from gallery.
6767
> Image is compressed at the original image path and saved.
6868
```
69+
# License
70+
```
71+
Copyright [2022] [Vinod Baste]
72+
73+
Licensed under the Apache License, Version 2.0 (the "License");
74+
you may not use this file except in compliance with the License.
75+
You may obtain a copy of the License at
6976
77+
http://www.apache.org/licenses/LICENSE-2.0
78+
79+
Unless required by applicable law or agreed to in writing, software
80+
distributed under the License is distributed on an "AS IS" BASIS,
81+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
82+
See the License for the specific language governing permissions and
83+
limitations under the License.
84+
```
7085

7186

0 commit comments

Comments
 (0)