Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shiburagi authored Oct 6, 2020
1 parent 64e598a commit 4f8c79b
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 @@ -25,14 +25,14 @@ a dependency:
<dependency>
<groupId>com.infideap.blockedittext</groupId>
<artifactId>block-edittext</artifactId>
<version>0.1.2</version>
<version>0.2.2</version>
<type>pom</type>
</dependency>
```
#### Gradle
```groovy
dependencies {
implementation 'com.infideap.blockedittext:block-edittext:0.1.2'
implementation 'com.infideap.blockedittext:block-edittext:0.2.2'
}
```

Expand Down

0 comments on commit 4f8c79b

Please sign in to comment.