Skip to content

Commit

Permalink
[*] Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VicMikhailau authored Aug 1, 2023
1 parent dc551a0 commit 1be2086
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ It allows you to add a mask to EditText

# Version

4.0.7
5.0.0

# Installation

Expand All @@ -29,15 +29,15 @@ allprojects {

```sh
dependencies {
implementation 'io.github.vicmikhailau:MaskedEditText:4.0.7'
implementation 'io.github.vicmikhailau:MaskedEditText:5.0.0'
}
```

*Kotlin:*

```sh
dependencies {
implementation("io.github.vicmikhailau:MaskedEditText:4.0.7")
implementation("io.github.vicmikhailau:MaskedEditText:5.0.0")
}
```

Expand Down Expand Up @@ -96,6 +96,10 @@ Unfortunately, there is no way to devote much time to the project. Please feel f
# Change Logs
### v5.0.0
Updated dependencies and targetSdk to 33.
### v4.0.7
Fixed InflateException appeared in 4.0.6.
Expand Down

0 comments on commit 1be2086

Please sign in to comment.