Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 480 Bytes

DEVELOPMENT.md

File metadata and controls

21 lines (15 loc) · 480 Bytes

Development Guide

1. To modify version open imagekit-sdk/build.gradle and change value of version.

2. Run test cases

./gradlew imagekit-sdk:test

3. Clean cache of SDK

./gradlew imagekit-sdk:clean

4. Build SDK jar

./gradlew imagekit-sdk:build

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.