Skip to content
Browse files

Merge remote-tracking branch 'origin/master'

  • Loading branch information...
2 parents c496e20 + 0432f13 commit 8ae5dfb2ab985b2d910c57684b221a7d460f55e7 @roughike committed
Showing with 3 additions and 3 deletions.
  1. +3 −3 README.md
View
6 README.md
@@ -15,14 +15,14 @@ A custom view component that mimics the new [Material Design Bottom Navigation p
## Does it work on my Grandpa Gary's HTC Dream?
-Nope. The current minSDK version is API level 14.
+Nope. The current minSDK version is **API level 11 (Honeycomb).**
Your uncle Bob's Galaxy S Mini will probably be supported in the future though.
## Gimme that Gradle sweetness, pls?
```groovy
-compile 'com.roughike:bottom-bar:1.1.6'
+compile 'com.roughike:bottom-bar:1.1.7'
```
**Maven:**
@@ -30,7 +30,7 @@ compile 'com.roughike:bottom-bar:1.1.6'
<dependency>
<groupId>com.roughike</groupId>
<artifactId>bottom-bar</artifactId>
- <version>1.1.6</version>
+ <version>1.1.7</version>
<type>pom</type>
</dependency>
```

0 comments on commit 8ae5dfb

Please sign in to comment.
Something went wrong with that request. Please try again.