Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shiburagi authored Aug 19, 2020
1 parent ba851c2 commit 9be8152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ a dependency:
<dependency>
<groupId>com.infideap.drawerbehavior</groupId>
<artifactId>drawer-behavior</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
<type>pom</type>
</dependency>
```
#### Gradle
```groovy
dependencies {
implementation 'com.infideap.drawerbehavior:drawer-behavior:1.0.3'
implementation 'com.infideap.drawerbehavior:drawer-behavior:1.0.4'
}
```

Expand Down

0 comments on commit 9be8152

Please sign in to comment.