From de91a86817b6c7137c14709bedb4abb64fc12352 Mon Sep 17 00:00:00 2001 From: Brandon Trautmann Date: Sat, 5 May 2018 13:39:53 -0400 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dac780..4537d1e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ maven { ``` - Add implementation statement in your app module's `build.gradle`: ``` -implementation 'com.oakwoodsc.rxfirestore:rxfirestore:1.0.0' +implementation 'com.oakwoodsc.rxfirestore:rxfirestore:${latestVersion}' ``` - You're all set!