You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**1. To modify version open `imagekit-sdk/build.gradle` and change value of `version`.**
5
+
6
+
**2. Run test cases**
7
+
```shell
8
+
./gradlew imagekit-sdk:test
9
+
```
10
+
11
+
**3. Clean cache of SDK**
12
+
```shell
13
+
./gradlew imagekit-sdk:clean
14
+
```
15
+
16
+
**4. Build SDK jar**
17
+
```shell script
18
+
./gradlew imagekit-sdk:build
19
+
```
20
+
Then you will find `jar` inside `imagekit-sdk/build/libs/` with specific version name. Then you can share `jar` or upload `jar` to any java dependency repository.
0 commit comments