diff --git a/CHANGELOG.md b/CHANGELOG.md index 686890a..18d645b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.1.6 + +__2018-05-06__ + +- Fix: fix can't find testUnitTest task issue when run okcheck for all variants +- Fix: fix can't find okLint task when lint task has already been added during require add okLint task + ## 0.1.5 __2018-05-02__ diff --git a/README-zh.md b/README-zh.md index d862a73..a11daaa 100644 --- a/README-zh.md +++ b/README-zh.md @@ -28,7 +28,7 @@ ```groovy buildscript { dependencies { - classpath 'com.liulishuo.okcheck:gradle:0.1.5' + classpath 'com.liulishuo.okcheck:gradle:0.1.6' } } diff --git a/README.md b/README.md index a7cdb31..1b2bc30 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ On the `build.gradle` at your root project: ```groovy buildscript { dependencies { - classpath 'com.liulishuo.okcheck:gradle:0.1.5' + classpath 'com.liulishuo.okcheck:gradle:0.1.6' } } diff --git a/gradle.properties b/gradle.properties index 952b39c..ec8b36a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.liulishuo.okcheck -VERSION_NAME=0.1.6-SNAPSHOT +VERSION_NAME=0.1.6 POM_URL=https://github.com/lingochamp/okcheck ISSUE_URL=https://github.com/lingochamp/okcheck/issues/