Skip to content

Commit 7710f4d

Browse files
committed
Updated ReadMe for 3.0.3 version
1 parent 3cf03b6 commit 7710f4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Changes exist in the [releases](https://github.com/wajahatkarim3/EasyFlipView/re
3030
Add this in your app's `build.gradle` file:
3131
```groovy
3232
dependencies {
33-
implementation 'com.wajahatkarim3.EasyFlipView:EasyFlipView:3.0.0'
33+
implementation 'com.wajahatkarim:EasyFlipView:3.0.3'
3434
}
3535
```
3636

@@ -40,9 +40,9 @@ Or add EasyFlipView as a new dependency inside your pom.xml
4040

4141
```xml
4242
<dependency>
43-
<groupId>com.wajahatkarim3.EasyFlipView</groupId>
43+
<groupId>com.wajahatkarim</groupId>
4444
<artifactId>EasyFlipView</artifactId>
45-
<version>3.0.0</version>
45+
<version>3.0.3</version>
4646
<type>pom</type>
4747
</dependency>
4848
```

0 commit comments

Comments
 (0)