Skip to content

Commit 15a0cba

Browse files
Update README.md
Add gradle setup with jitpack.io
1 parent 9ce9870 commit 15a0cba

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,40 @@
11
# Compose Image Cropper
22

3+
[![](https://jitpack.io/v/SmartToolFactory/Compose-Cropper.svg)](https://jitpack.io/#SmartToolFactory/Compose-Cropper)
4+
5+
36
Image cropper that can crop with static, dynamic crop behavior, can use customizable shapes, vectors, and other png images as iamge to crop with various customizations.
47

58

69

710
https://user-images.githubusercontent.com/35650605/193119122-ed5d9919-4181-45ae-87f6-3c2697d96b45.mp4
811

12+
## Gradle Setup
13+
14+
To get a Git project into your build:
15+
16+
* Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end
17+
of repositories:
18+
19+
```
20+
allprojects {
21+
repositories {
22+
...
23+
maven { url 'https://jitpack.io' }
24+
}
25+
}
26+
```
27+
28+
* Step 2. Add the dependency
29+
30+
```
31+
dependencies {
32+
implementation 'com.github.SmartToolFactory:Compose-Cropper:Tag'
33+
}
34+
```
35+
36+
## ⚠️ This version is for testing for features
37+
If you find any bugs please open an issue, suggest a solution or fork and open a PR. It's more than welcome to assiting for finding bugs or things that don't work as intended faster.
938

1039
## Features
1140
* Crop with Static Overlay

0 commit comments

Comments
 (0)