From 53bffd207f42f5f95f4a8524d9c79f42b32b9b0e Mon Sep 17 00:00:00 2001 From: MapleShao <939078792@qq.com> Date: Thu, 13 Aug 2020 10:54:18 +0800 Subject: [PATCH] update version name = 1.4.8 --- README.md | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 78ffaab..9076355 100755 --- a/README.md +++ b/README.md @@ -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' } ``` diff --git a/gradle.properties b/gradle.properties index 59ba25d..75e2539 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=22 -VERSION_NAME=1.4.7 \ No newline at end of file +VERSION_CODE=23 +VERSION_NAME=1.4.8 \ No newline at end of file