We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e649d4a commit 21a07a7Copy full SHA for 21a07a7
README.md
@@ -30,7 +30,7 @@
30
Add the dependency in your app build.gradle
31
```gradle
32
dependencies {
33
- compile 'com.github.shrikanth7698:Collapsible-Calendar-View-Android:v0.0.1'
+ implementation 'com.github.shrikanth7698:Collapsible-Calendar-View-Android:v1.0.0'
34
}
35
```
36
@@ -49,9 +49,9 @@
49
Add the dependency
50
51
<dependency>
52
- <groupId>com.github.User</groupId>
53
- <artifactId>Repo</artifactId>
54
- <version>Tag</version>
+ <groupId>com.github.shrikanth7698</groupId>
+ <artifactId>Collapsible-Calendar-View-Android</artifactId>
+ <version>v1.0.0</version>
55
</dependency>
56
57
0 commit comments