Skip to content

Commit c491bdc

Browse files
authored
Update README.md
1 parent e98545d commit c491bdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ With [Material Design Bottom Navigation pattern](https://www.google.com/design/s
1111
## Gradle
1212

1313
```groovy
14-
compile 'com.ncapdevi:frag-nav:1.3.0'
14+
compile 'com.ncapdevi:frag-nav:1.4.0'
1515
```
1616

1717
## How do I implement it?
@@ -137,7 +137,7 @@ Use FragNavController.setTransitionMode();
137137
public int getSize()
138138
139139
/**
140-
* Get the current stack that is being displayed
140+
* Get a copy of the current stack that is being displayed
141141
* @return Current stack
142142
*/
143143
public Stack<Fragment> getCurrentStack()

0 commit comments

Comments
 (0)