Skip to content

Commit

Permalink
Merge pull request #10 from bumble-tech/update-downloads-documentation
Browse files Browse the repository at this point in the history
Update downloads documentation
  • Loading branch information
LachlanMcKee authored Jul 4, 2022
2 parents ceedd77 + eba0f3e commit cbb8fa0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
18 changes: 12 additions & 6 deletions documentation/setup/downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,23 @@ repositories {

JitPack repository requirement will be eliminated soon.

## Library core
## Dependencies

```groovy
dependencies {
// Minimum requirement for using Appyx
implementation "com.bumble.appyx:core:$version"
androidTestImplementation "com.bumble.appyx:testing:$version"
}
```
## Routing source addons
// Optional support for RxJava 2
implementation "com.bumble.appyx:interop-rx2:$version"
// Optional interoperability layer between Appyx and RIBs
implementation "com.bumble.appyx:interop-ribs:$version"
// Optional additional routing sources (such as Tiles, Promoter Carousel and Modal)
implementation "com.bumble.appyx:routing-source-addons:$version"
// Contains test rules and utility classes for testing on Android
androidTestImplementation "com.bumble.appyx:testing-ui:$version"
}
```
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ docs_dir: documentation

nav:
- Overview: index.md
- Downloads: setup/downloads.md
- Nodes and routing: basics/nodes-and-routing.md
- Quick start guide: setup/quickstart.md
- Routing sources:
Expand Down

0 comments on commit cbb8fa0

Please sign in to comment.