File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/main/java/io/imagekit/sdk/constants Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ allprojects {
3333Step 2. Add the dependency on project's ` build.gradle ` :
3434```
3535dependencies {
36- implementation '--gradle dependency here-- '
36+ implementation 'com.github.imagekit-developer:imagekit-java:v1.0.0 '
3737}
3838```
3939### For Maven:
@@ -49,9 +49,9 @@ Step 1. Add the JitPack repository to your build file:
4949Step 2. Add the dependency in POM file:
5050```
5151<dependency>
52- <groupId>maven group id </groupId>
53- <artifactId>maven artiface id </artifactId>
54- <version>version </version>
52+ <groupId>com.github.imagekit-developer </groupId>
53+ <artifactId>imagekit-java </artifactId>
54+ <version>v1.0.0 </version>
5555</dependency>
5656```
5757
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66group ' io.imagekit.sdk'
7- version ' 0 .0.1 '
7+ version ' 1 .0.0 '
88
99sourceCompatibility = 1.8
1010
Original file line number Diff line number Diff line change 11package io .imagekit .sdk .constants ;
22
33public class Version {
4- public static final String VERSION_CODE ="java-0 .0.1 " ;
4+ public static final String VERSION_CODE ="java-1 .0.0 " ;
55}
You can’t perform that action at this time.
0 commit comments