Skip to content

Commit

Permalink
candy 2.2.4.0702
Browse files Browse the repository at this point in the history
  • Loading branch information
razerdp committed Jul 2, 2020
1 parent 00da9c6 commit f6add76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
* 修复Quickpopupbuilder中backpressenable设置失效的问题([#296](https://github.com/razerdp/BasePopup/issues/296))
* **【未发布版本】**(2020/06/19)
* 修复非BasePopup内EditText弹出键盘时挡住EditText的问题([#297](https://github.com/razerdp/BasePopup/issues/297))
* **未发布版本** (2020/07/02)
* **2.2.4.0702** (2020/07/02)
* 优化BasePopupHelper代码
* 增加OnKeyboardChangeListener,该监听允许用户监听键盘显示、关闭事件,同时回调键盘大小
* 增加KeyEventListener,允许用户外部监听并处理传递到BasePopup的KeyEvent [#296](https://github.com/razerdp/BasePopup/issues/296)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ext {
minSdkVersion = 19
minLibSdkVersion = 16
targetSdkVersion = 29
versionCode = 108
versionCode = 110
versionName = '2.2.4.0702'

candy = true
Expand Down

0 comments on commit f6add76

Please sign in to comment.