Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhuinden committed Mar 20, 2021
1 parent 6379cfe commit f3df575
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ and then, add the dependency to your module's `build.gradle.kts` (or `build.grad
``` kotlin
// build.gradle.kts
implementation("com.github.Zhuinden:simple-stack:2.6.0")
implementation("com.github.Zhuinden:simple-stack-extensions:2.1.0")
implementation("com.github.Zhuinden:simple-stack-extensions:2.2.0")
```

or

``` groovy
// build.gradle
implementation 'com.github.Zhuinden:simple-stack:2.5.0'
implementation 'com.github.Zhuinden:simple-stack-extensions:2.1.0'
implementation 'com.github.Zhuinden:simple-stack-extensions:2.2.0'
```

## How do I use it?
Expand Down Expand Up @@ -221,6 +221,9 @@ Whether you navigate forward or backward, or you rotate the screen, or you come

For more information, check the [wiki page](https://github.com/Zhuinden/simple-stack/wiki).

## What about Jetpack Compose?

See https://github.com/Zhuinden/simple-stack-compose-integration/ for a default way to use composables as screens.

## License

Expand Down

0 comments on commit f3df575

Please sign in to comment.