Skip to content

Commit

Permalink
update version name = 1.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
shaoshuai904 committed Aug 13, 2020
1 parent 763419d commit 53bffd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 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.7'
implementation 'com.github.shaoshuai904:iOS_Style_Dialog:1.4.8'
}
```

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=22
VERSION_NAME=1.4.7
VERSION_CODE=23
VERSION_NAME=1.4.8

0 comments on commit 53bffd2

Please sign in to comment.