From 5ad407d533230bc48d0448bfc083c241246e5268 Mon Sep 17 00:00:00 2001 From: razerdp Date: Wed, 22 Jul 2020 21:57:11 +0800 Subject: [PATCH] release 2.2.4.1 --- README.md | 3 ++- README_V2_EN.md | 3 ++- build.gradle | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7830acb4..94bca3bd 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/README_V2_EN.md b/README_V2_EN.md index 2646b206..552f4181 100644 --- a/README_V2_EN.md +++ b/README_V2_EN.md @@ -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`. diff --git a/build.gradle b/build.gradle index 09586214..7dccc666 100644 --- a/build.gradle +++ b/build.gradle @@ -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'