Skip to content

Commit

Permalink
Updated ReadMe for 3.0.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
wajahatkarim3 committed Feb 3, 2022
1 parent 3cf03b6 commit 7710f4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Changes exist in the [releases](https://github.com/wajahatkarim3/EasyFlipView/re
Add this in your app's `build.gradle` file:
```groovy
dependencies {
implementation 'com.wajahatkarim3.EasyFlipView:EasyFlipView:3.0.0'
implementation 'com.wajahatkarim:EasyFlipView:3.0.3'
}
```

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

```xml
<dependency>
<groupId>com.wajahatkarim3.EasyFlipView</groupId>
<groupId>com.wajahatkarim</groupId>
<artifactId>EasyFlipView</artifactId>
<version>3.0.0</version>
<version>3.0.3</version>
<type>pom</type>
</dependency>
```
Expand Down

0 comments on commit 7710f4d

Please sign in to comment.