Skip to content

Commit 16c3e80

Browse files
committed
doc: imagekit and development documentations added
1 parent 46e0c29 commit 16c3e80

File tree

2 files changed

+597
-0
lines changed

2 files changed

+597
-0
lines changed

DEVELOPMENT.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Development Guide
2+
3+
4+
**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.
21+

0 commit comments

Comments
 (0)