Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedRejeb committed Dec 28, 2023
1 parent 4cd0f9c commit 9698eec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ Compose DND is a library that allows you to easily add drag and drop functionali
[![MohamedRejeb](https://raw.githubusercontent.com/MohamedRejeb/MohamedRejeb/main/badges/mohamedrejeb.svg)](https://github.com/MohamedRejeb)
[![Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://opensource.org/licenses/Apache-2.0)
[![BuildPassing](https://shields.io/badge/build-passing-brightgreen)](https://github.com/MohamedRejeb/compose-dnd/actions)
[![Maven Central](https://img.shields.io/maven-central/v/com.mohamedrejeb/compose-dnd)](https://search.maven.org/search?q=g:%22com.mohamedrejeb%22%20AND%20a:%compose-dnd%22)
[![Maven Central](https://img.shields.io/maven-central/v/com.mohamedrejeb.dnd/compose-dnd)](https://search.maven.org/search?q=g:%22com.mohamedrejeb.dnd%22%20AND%20a:%compose-dnd%22)

![Compose DND thumbnail](docs/images/thumbnail.png)

## Installation

[![Maven Central](https://img.shields.io/maven-central/v/com.mohamedrejeb/compose-dnd)](https://search.maven.org/search?q=g:%22com.mohamedrejeb%22%20AND%20a:%compose-dnd%22)
[![Maven Central](https://img.shields.io/maven-central/v/com.mohamedrejeb.dnd/compose-dnd)](https://search.maven.org/search?q=g:%22com.mohamedrejeb.dnd%22%20AND%20a:%compose-dnd%22)

Add the following dependency to your module `build.gradle.kts` file:

```kotlin
implementation("com.mohamedrejeb:compose-dnd:0.1.0")
implementation("com.mohamedrejeb.dnd:compose-dnd:0.1.0")
```

## Usage
Expand Down

0 comments on commit 9698eec

Please sign in to comment.