Skip to content

Commit 5ad407d

Browse files
committed
release 2.2.4.1
1 parent cbad553 commit 5ad407d

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ BasePopup配备完善的文档,建议您优先查阅文档。
121121

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

124-
* **【Release】2.2.4**(2020/07/19)
124+
* **【Release】2.2.4.1**(2020/07/19)
125+
* 【注意】:在**2.2.4**中我们发现`setMaxWidth/setMaxHeight`出现错误,因此我们紧急发布**2.2.4.1**,请使用**2.2.4**的用户尽快升级到**2.2.4.1**
125126
* 在2.2.4版本中,我们添加了非常棒的 `AnimationHelper`,在它的帮助下,创建BasePopup动画将会变得十分简单易懂,同时我们也增加了很多很棒的功能,欢迎更新到2.2.4版本~
126127
* **新增功能/方法:**
127128
* 添加弹窗线程检查:非主线程下我们将会抛出异常 `CalledFromWrongThreadException`

README_V2_EN.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ Reference document(CN):[**BasePopup manual**](https://www.yuque.com/razerdp/ba
120120

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

123-
* **【Release】2.2.4**(2020/07/19)
123+
* **【Release】2.2.4.1**(2020/07/19)
124+
* 【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**.
124125
* 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~!
125126
* **New features/methods added:**
126127
* Add popup thread check: in a non-main thread we will throw an exception `CalledFromWrongThreadException`.

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ ext {
3636
minSdkVersion = 19
3737
minLibSdkVersion = 16
3838
targetSdkVersion = 29
39-
versionCode = 117
40-
versionName = '2.2.4'
39+
versionCode = 118
40+
versionName = '2.2.4.1'
4141

4242
candy = false
4343
group = 'com.github.razerdp'

0 commit comments

Comments
 (0)