Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvin-LL committed Mar 10, 2024
1 parent 7d59fe8 commit f23100c
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,31 @@ The latest demo app APK can be found in the [releases](https://github.com/Calvin

## Usage

### Version Catalog

If you're using Version Catalog, add the following to your `libs.versions.toml` file:

```toml
[versions]
#...
reorderable = "1.3.3"

[libraries]
#...
reorderable = { module = "sh.calvin.reorderable:reorderable", version.ref = "reorderable" }
```

or

```toml
[libraries]
#...
reorderable = { module = "sh.calvin.reorderable:reorderable", version = "1.3.3" }
```

### Gradle

Add the following to your `build.gradle` file:
If you're using Gradle instead, add the following to your `build.gradle` file:

#### Kotlin DSL

Expand Down

0 comments on commit f23100c

Please sign in to comment.