Skip to content

Commit bb9b436

Browse files
committed
Merge branch 'main' of https://github.com/umutsoysl/ComposeZoomableImage into main
2 parents 780541a + 5fa55f2 commit bb9b436

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ Jetpack Compose Zoomable Image Android Library
55

66
<img src="gif/demo.gif" width="270" height="500"/>
77

8+
9+
# Setup
10+
11+
Add Jitpack
12+
```
13+
maven { url 'https://jitpack.io' }
14+
```
15+
Add the dependency
16+
```
17+
implementation 'com.github.umutsoysl:ComposeZoomableImage:1.0.0'
18+
```
19+
20+
821
# Usage
922

1023
```kotlin

0 commit comments

Comments
 (0)