diff --git a/README.md b/README.md index 37fc011..8e0cf1d 100755 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ allprojects { ```groovy dependencies { - implementation 'com.github.shaoshuai904:iOS_Style_Dialog:1.4.5' + implementation 'com.github.shaoshuai904:iOS_Style_Dialog:1.4.6' } ``` diff --git a/gradle.properties b/gradle.properties index 141c6f9..d708488 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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=20 -VERSION_NAME=1.4.5 \ No newline at end of file +VERSION_CODE=21 +VERSION_NAME=1.4.6 \ No newline at end of file