Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vinodbaste authored Jul 23, 2022
1 parent b1726af commit d19e0f1
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down Expand Up @@ -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.
```


0 comments on commit d19e0f1

Please sign in to comment.