diff --git a/CHANGELOG.md b/CHANGELOG.md index f7aa4e299..861d65a42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # Change log ++ [v0.2.1](https://github.com/OkBuilds/OkBuck/releases/tag/v0.2.1) + - fix NPE during local aar dependency processing + [v0.2.0](https://github.com/OkBuilds/OkBuck/releases/tag/v0.2.0) - Support for generating project_config rules - Support for provided_deps in java rules diff --git a/README-zh.md b/README-zh.md index 1a698fe2d..87235af40 100644 --- a/README-zh.md +++ b/README-zh.md @@ -9,7 +9,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.github.okbuilds:okbuild-gradle-plugin:0.2.0' + classpath 'com.github.okbuilds:okbuild-gradle-plugin:0.2.1' } } diff --git a/README.md b/README.md index 317ed4eee..b76e7489a 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.github.okbuilds:okbuild-gradle-plugin:0.2.0' + classpath 'com.github.okbuilds:okbuild-gradle-plugin:0.2.1' } } diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index 90d04aac0..fae237ff3 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -52,7 +52,7 @@ dependencies { def siteUrl = 'https://github.com/OkBuilds/OkBuck' def gitUrl = 'https://github.com/OkBuilds/OkBuck.git' def publishGroup = 'com.github.okbuilds' -def publishVersion = '0.2.0' +def publishVersion = '0.2.1' group = publishGroup version = publishVersion