Skip to content

Commit

Permalink
update versionCode = 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shaoshuai904 committed Jul 24, 2020
1 parent 74a276a commit c5cc5c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ allprojects {

```groovy
dependencies {
implementation 'com.github.shaoshuai904:iOS_Style_Dialog:1.4.3'
implementation 'com.github.shaoshuai904:iOS_Style_Dialog:1.4.4'
}
```

Expand Down Expand Up @@ -81,6 +81,7 @@ dependencies {
- 更新minSdkVersion = 19
- 提供`setScaleWidth``setScaleHeight`方法设置Dialog的屏幕百分比宽度和高度
- 提供Dialog的getRootView及各个子View方法,以支持深度自定义。
- 提供Dialog的DialogConfig配置文件,以支持不同app默认样式。
- 新增AlertDialog和AlertEditDialog的`Cancelable``自适应宽度`设置。
- 对各个Dialog的`Title``Message``Cancel/OK Button`新增了`字体大小``字体颜色``是否加粗`等设置。
- 开放了ActionSheetDialog中 SheetItem `字体颜色`和 Cancel Button `显示文本`的自定义设置。
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ android.injected.testOnly=false
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
VERSION_CODE=18
VERSION_NAME=1.4.3
VERSION_CODE=19
VERSION_NAME=1.4.4

0 comments on commit c5cc5c7

Please sign in to comment.