xref: /aosp_15_r20/external/accompanist/navigation-animation/README.md (revision fa44fe6ae8e729aa3cfe5c03eedbbf98fb44e2c6)
1*fa44fe6aSInna Palant# Navigation for Jetpack Compose
2*fa44fe6aSInna Palant
3*fa44fe6aSInna Palant[![Maven Central](https://img.shields.io/maven-central/v/com.google.accompanist/accompanist-navigation-animation)](https://search.maven.org/search?q=g:com.google.accompanist)
4*fa44fe6aSInna Palant
5*fa44fe6aSInna PalantFor more information, visit the documentation: https://google.github.io/accompanist/navigation-animation
6*fa44fe6aSInna Palant
7*fa44fe6aSInna Palant## Download
8*fa44fe6aSInna Palant
9*fa44fe6aSInna Palant```groovy
10*fa44fe6aSInna Palantrepositories {
11*fa44fe6aSInna Palant    mavenCentral()
12*fa44fe6aSInna Palant}
13*fa44fe6aSInna Palant
14*fa44fe6aSInna Palantdependencies {
15*fa44fe6aSInna Palant    implementation "com.google.accompanist:accompanist-navigation-animation:<version>"
16*fa44fe6aSInna Palant}
17*fa44fe6aSInna Palant```
18*fa44fe6aSInna Palant
19*fa44fe6aSInna PalantSnapshots of the development version are available in [Sonatype's `snapshots` repository][snap]. These are updated on every commit.
20*fa44fe6aSInna Palant
21*fa44fe6aSInna Palant  [snap]: https://oss.sonatype.org/content/repositories/snapshots/com/google/accompanist/accompanist-navigation-animation/