Skip to content

Commit

Permalink
release 2.2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
razerdp committed Jul 22, 2020
1 parent cbad553 commit 5ad407d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ BasePopup配备完善的文档,建议您优先查阅文档。

**正在开发日志(Candy版本)请查看dev分支:** [**branch-dev**](https://github.com/razerdp/BasePopup/tree/dev)

* **【Release】2.2.4**(2020/07/19)
* **【Release】2.2.4.1**(2020/07/19)
* 【注意】:在**2.2.4**中我们发现`setMaxWidth/setMaxHeight`出现错误,因此我们紧急发布**2.2.4.1**,请使用**2.2.4**的用户尽快升级到**2.2.4.1**
* 在2.2.4版本中,我们添加了非常棒的 `AnimationHelper`,在它的帮助下,创建BasePopup动画将会变得十分简单易懂,同时我们也增加了很多很棒的功能,欢迎更新到2.2.4版本~
* **新增功能/方法:**
* 添加弹窗线程检查:非主线程下我们将会抛出异常 `CalledFromWrongThreadException`
Expand Down
3 changes: 2 additions & 1 deletion README_V2_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ Reference document(CN):[**BasePopup manual**](https://www.yuque.com/razerdp/ba

**Candy dev log see dev branch:** [**branch-dev**](https://github.com/razerdp/BasePopup/tree/dev)

* **【Release】2.2.4**(2020/07/19)
* **【Release】2.2.4.1**(2020/07/19)
* 【Note】:In **2.2.4** we found an error in `setMaxWidth/setMaxHeight`, so we urgently release **2.2.4.1**, please update to **2.2.4.1** as soon as possible if you are using **2.2.4**.
* In version 2.2.4, we added the awesome `AnimationHelper`, which helps with the Creating BasePopup animations will be very easy to understand, and we've added a lot of great features, too. Welcome to update to version 2.2.4~!
* **New features/methods added:**
* Add popup thread check: in a non-main thread we will throw an exception `CalledFromWrongThreadException`.
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ ext {
minSdkVersion = 19
minLibSdkVersion = 16
targetSdkVersion = 29
versionCode = 117
versionName = '2.2.4'
versionCode = 118
versionName = '2.2.4.1'

candy = false
group = 'com.github.razerdp'
Expand Down

0 comments on commit 5ad407d

Please sign in to comment.