Skip to content
This repository was archived by the owner on Feb 14, 2020. It is now read-only.

Commit 0d95b35

Browse files
authored
Update README.md
1 parent 811df92 commit 0d95b35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ Download [the latest AAR][latest] or define in Gradle:
1111

1212
```groovy
1313
dependencies {
14-
implementation 'com.parse:parsefacebookutils-v4-android:1.10.6'
14+
implementation 'com.parse:parsefacebookutils-v4-android:X.X.X'
1515
}
1616
```
1717

18+
where `X.X.X` is the latest version: [![Bintray][bintray-svg]][bintray-link]
19+
1820
Snapshots of the development version are available by using [Jitpack][jitpack-snapshot-link].
1921

2022
## Usage

0 commit comments

Comments
 (0)