Skip to content

Commit

Permalink
update version = 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shaoshuai904 committed Mar 1, 2021
1 parent 93828e7 commit 5a27dc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
// for Support
implementation 'com.github.shaoshuai904:XStyleDialog:1.5.1'
// for androidx
implementation 'com.github.shaoshuai904:XStyleDialog:2.0.3'
implementation 'com.github.shaoshuai904:XStyleDialog:2.0.4'
}
```

Expand Down Expand Up @@ -116,7 +116,7 @@ dependencies {


----------
## v2.0.3 ##
## v2.0.4 ##
- 更新minSdkVersion = 19
- 提供`setScaleWidth``setScaleHeight`方法设置Dialog的屏幕百分比宽度和高度
- 提供Dialog的getRootView及各个子View方法,以支持深度自定义。
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ android.enableJetifier=true
# 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=45
VERSION_NAME=2.0.3
VERSION_CODE=46
VERSION_NAME=2.0.4

0 comments on commit 5a27dc5

Please sign in to comment.