From 8dc84b773a6565070bbc3d691f87fc1344f97b69 Mon Sep 17 00:00:00 2001 From: "linheimx@gmail.com" Date: Mon, 17 Jul 2017 17:25:17 +0800 Subject: [PATCH] update v->1.2.4 --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index 8cbd0b8..9dabb9d 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -7,7 +7,7 @@ tasks.withType(JavaCompile) { ext { PUBLISH_GROUP_ID = 'com.linheimx.library' PUBLISH_ARTIFACT_ID = 'lchart' - PUBLISH_VERSION = '1.2.3' + PUBLISH_VERSION = '1.2.4' } android {