Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmatrasyidi authored Sep 29, 2021
1 parent cc1c445 commit 1545ad0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![](https://jitpack.io/v/rahmatrasyidi/suhuf.svg)](https://jitpack.io/#rahmatrasyidi/suhuf)

Suhuf
======

Expand All @@ -20,15 +22,15 @@ And add this to your application gradle `build.gradle`

```gradle
dependencies {
implementation "com.github.rahmatrasyidi:suhuf:$routerVersion"
implementation "com.github.rahmatrasyidi.suhuf:ui:$latestVersion"
}
```

If you want to get Jetpack Compose support add this to your application gradle `build.gradle`

```gradle
dependencies {
implementation "com.github.rahmatrasyidi:suhuf-compose:$routerVersion"
implementation "com.github.rahmatrasyidi:suhuf:$latestVersion"
}
```

Expand Down

0 comments on commit 1545ad0

Please sign in to comment.