Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ncapdevi authored Jan 23, 2017
1 parent e98545d commit c491bdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ With [Material Design Bottom Navigation pattern](https://www.google.com/design/s
## Gradle

```groovy
compile 'com.ncapdevi:frag-nav:1.3.0'
compile 'com.ncapdevi:frag-nav:1.4.0'
```

## How do I implement it?
Expand Down Expand Up @@ -137,7 +137,7 @@ Use FragNavController.setTransitionMode();
public int getSize()
/**
* Get the current stack that is being displayed
* Get a copy of the current stack that is being displayed
* @return Current stack
*/
public Stack<Fragment> getCurrentStack()
Expand Down

0 comments on commit c491bdc

Please sign in to comment.