diff --git a/README.md b/README.md index 5869327..d568baf 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ allprojects { Grab the latest version via Gradle, just add the dependency to your app's `build.gradle` file: ```groovy dependencies { - compile 'com.github.doximity:android-dialer-call-lib:vX.X' + compile 'com.github.doximity:android-dialer-call-lib:X.X' } ``` (Note: You must replace X.X with the latest library version, which can be found here https://jitpack.io/#doximity/android-dialer-call-lib)