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 3cf03b6 commit 7710f4dCopy full SHA for 7710f4d
README.md
@@ -30,7 +30,7 @@ Changes exist in the [releases](https://github.com/wajahatkarim3/EasyFlipView/re
30
Add this in your app's `build.gradle` file:
31
```groovy
32
dependencies {
33
- implementation 'com.wajahatkarim3.EasyFlipView:EasyFlipView:3.0.0'
+ implementation 'com.wajahatkarim:EasyFlipView:3.0.3'
34
}
35
```
36
@@ -40,9 +40,9 @@ Or add EasyFlipView as a new dependency inside your pom.xml
40
41
```xml
42
<dependency>
43
- <groupId>com.wajahatkarim3.EasyFlipView</groupId>
+ <groupId>com.wajahatkarim</groupId>
44
<artifactId>EasyFlipView</artifactId>
45
- <version>3.0.0</version>
+ <version>3.0.3</version>
46
<type>pom</type>
47
</dependency>
48
0 commit comments