Skip to content

Commit 0ab0a2d

Browse files
Update README.md
1 parent 20ada03 commit 0ab0a2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Quick Start
99
===========
1010
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.beardedhen/androidbootstrap/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.beardedhen/androidbootstrap)
1111

12-
Add the following dependency to your build.gradle:
12+
Add the following dependency to your build.gradle, ensuring you replace 'X.X.X' with the latest version on the button above:
1313

1414
```java
1515
dependencies {
16-
compile 'com.beardedhen:androidbootstrap:2.1.0'
16+
compile 'com.beardedhen:androidbootstrap:{X.X.X}'
1717
}
1818
```
1919

0 commit comments

Comments
 (0)