Skip to content

Commit

Permalink
Publish 2.1.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
raycoarana committed Jul 25, 2019
1 parent fa1017e commit 1165e7d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Based on
Changelog
----------

**v2.1.1**
* Add methods to programmatically change colors.
* Hide keyboard after code is completed (input is not editable) and show again when change to editable again

**v2.1.0**
* Added support for IME Options using `app:imeOptions` and other input set-up.
* Added support for configuration changes state management, now code/error are not lost after configuration change.
Expand Down Expand Up @@ -102,7 +106,7 @@ For Gradle

Add dependency
```java
compile 'com.raycoarana.codeinputview:codeinputview:2.1.0'
compile 'com.raycoarana.codeinputview:codeinputview:2.1.1'
```

License
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=2.1.0
VERSION_CODE=15
VERSION_NAME=2.1.1
VERSION_CODE=16
GROUP=com.raycoarana.codeinputview

POM_DESCRIPTION=A material style input for put codes
Expand Down

0 comments on commit 1165e7d

Please sign in to comment.