diff --git a/README.md b/README.md index 8c2f20c..4d976ff 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It allows you to add a mask to EditText # Version -4.0.7 +5.0.0 # Installation @@ -29,7 +29,7 @@ allprojects { ```sh dependencies { - implementation 'io.github.vicmikhailau:MaskedEditText:4.0.7' + implementation 'io.github.vicmikhailau:MaskedEditText:5.0.0' } ``` @@ -37,7 +37,7 @@ dependencies { ```sh dependencies { - implementation("io.github.vicmikhailau:MaskedEditText:4.0.7") + implementation("io.github.vicmikhailau:MaskedEditText:5.0.0") } ``` @@ -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.