diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ede20f35..b99f31245 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # Change log ++ [v0.1.7](https://github.com/OkBuilds/OkBuck/releases/tag/v0.1.7) + - Use buck's provided_deps + [v0.1.6](https://github.com/OkBuilds/OkBuck/releases/tag/v0.1.6) - Fix regression caused by provided configuration support + [v0.1.5](https://github.com/OkBuilds/OkBuck/releases/tag/v0.1.5) diff --git a/README-zh.md b/README-zh.md index 8aadbbef9..bb4e61baa 100644 --- a/README-zh.md +++ b/README-zh.md @@ -9,7 +9,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.github.okbuilds:okbuild-gradle-plugin:0.1.6' + classpath 'com.github.okbuilds:okbuild-gradle-plugin:0.1.7' } } diff --git a/README.md b/README.md index f33dea576..2b025d0b2 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.github.okbuilds:okbuild-gradle-plugin:0.1.6' + classpath 'com.github.okbuilds:okbuild-gradle-plugin:0.1.7' } } diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index 428332189..df8040418 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -50,7 +50,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.1.6' +def publishVersion = '0.1.7' group = publishGroup version = publishVersion