File tree 1 file changed +16
-1
lines changed
1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ allprojects {
20
20
` Step 2: ` Add the dependency in your ** project build.gradle**
21
21
``` kotlin
22
22
dependencies {
23
- implementation ' com.github.vinodbaste:ImageCompressor:1 .0.0'
23
+ implementation ' com.github.vinodbaste:ImageCompressor:V1 .0.0'
24
24
}
25
25
```
26
26
# Let's compress the image size!
@@ -66,6 +66,21 @@ val compressedImagePath = ImageCompressUtils.compressImage(
66
66
> Do make a copy of the image and pass the path if the image is choosen from gallery.
67
67
> Image is compressed at the original image path and saved.
68
68
```
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
69
76
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
+ ```
70
85
71
86
You can’t perform that action at this time.
0 commit comments