Skip to content

Commit

Permalink
[ANDDOX-6531] removed v prefix from version name.
Browse files Browse the repository at this point in the history
  • Loading branch information
kurteous committed Dec 14, 2023
1 parent 57f3b93 commit c61166e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c61166e

Please sign in to comment.