We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20ada03 commit 0ab0a2dCopy full SHA for 0ab0a2d
1 file changed
README.md
@@ -9,11 +9,11 @@ Quick Start
9
===========
10
[](https://maven-badges.herokuapp.com/maven-central/com.beardedhen/androidbootstrap)
11
12
- Add the following dependency to your build.gradle:
+ Add the following dependency to your build.gradle, ensuring you replace 'X.X.X' with the latest version on the button above:
13
14
```java
15
dependencies {
16
- compile 'com.beardedhen:androidbootstrap:2.1.0'
+ compile 'com.beardedhen:androidbootstrap:{X.X.X}'
17
}
18
```
19
0 commit comments