Skip to content

Commit 21a07a7

Browse files
author
Shrikanth Ravi
authored
Update README.md
1 parent e649d4a commit 21a07a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
Add the dependency in your app build.gradle
3131
```gradle
3232
dependencies {
33-
compile 'com.github.shrikanth7698:Collapsible-Calendar-View-Android:v0.0.1'
33+
implementation 'com.github.shrikanth7698:Collapsible-Calendar-View-Android:v1.0.0'
3434
}
3535
```
3636

@@ -49,9 +49,9 @@
4949
Add the dependency
5050
```gradle
5151
<dependency>
52-
<groupId>com.github.User</groupId>
53-
<artifactId>Repo</artifactId>
54-
<version>Tag</version>
52+
<groupId>com.github.shrikanth7698</groupId>
53+
<artifactId>Collapsible-Calendar-View-Android</artifactId>
54+
<version>v1.0.0</version>
5555
</dependency>
5656
```
5757

0 commit comments

Comments
 (0)