From e3962c1667ff0030ad77ff66f0943d0c268d6812 Mon Sep 17 00:00:00 2001 From: Jacksgong Date: Fri, 6 Jul 2018 18:10:02 +0800 Subject: [PATCH] chore: upgrade to 0.2.4-SNAPSHOT for continue deploy --- README-zh.md | 2 +- README.md | 2 +- gradle.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README-zh.md b/README-zh.md index 350fccb..d885253 100644 --- a/README-zh.md +++ b/README-zh.md @@ -4,7 +4,7 @@ ![](https://img.shields.io/badge/OkCheck-Lint%20UnitTest-orange.svg) ![](https://img.shields.io/badge/OkCheck-KtLint%20Checkstyle%20Findbugs%20Pmd-yellow.svg) [ ![Download](https://api.bintray.com/packages/jacksgong/maven/OkCheck/images/download.svg) ](https://bintray.com/jacksgong/maven/OkCheck/_latestVersion) -[![](https://img.shields.io/badge/SnapShot-0.2.2-white.svg)](https://oss.sonatype.org/content/repositories/snapshots/com/liulishuo/okcheck/) +[![](https://img.shields.io/badge/SnapShot-0.2.4-white.svg)](https://oss.sonatype.org/content/repositories/snapshots/com/liulishuo/okcheck/) 差量扫描,自动集成Lint、KtLint、UnitTest、Checkstyle、Findbugs、Pmd 强大且灵活的Android Gradle插件 diff --git a/README.md b/README.md index 79a3b82..8421c11 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![](https://img.shields.io/badge/OkCheck-Lint%20UnitTest-orange.svg) ![](https://img.shields.io/badge/OkCheck-KtLint%20Checkstyle%20Findbugs%20Pmd-yellow.svg) [ ![Download](https://api.bintray.com/packages/jacksgong/maven/OkCheck/images/download.svg) ](https://bintray.com/jacksgong/maven/OkCheck/_latestVersion) -[![](https://img.shields.io/badge/SnapShot-0.2.2-white.svg)](https://oss.sonatype.org/content/repositories/snapshots/com/liulishuo/okcheck/) +[![](https://img.shields.io/badge/SnapShot-0.2.4-white.svg)](https://oss.sonatype.org/content/repositories/snapshots/com/liulishuo/okcheck/) Incremental scan,integrate Lint、KtLint、UnitTest、Checkstyle、Findbugs、Pmd, powerful and easy to use. diff --git a/gradle.properties b/gradle.properties index 9cabd86..efb7b4a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.liulishuo.okcheck -VERSION_NAME=0.2.3 +VERSION_NAME=0.2.4-SNAPSHOT POM_URL=https://github.com/lingochamp/okcheck ISSUE_URL=https://github.com/lingochamp/okcheck/issues/