diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a3d7a4d..1e94a878 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,4 +8,7 @@ ### Version 0.53.3 * Add configuration cleanCacheDir to conditionally delete the cache directory or - just the existing dependency rules files \ No newline at end of file + just the existing dependency rules files + + ### Version 0.54.0 +* Stop using /tmp for Android Lint gen-rule and use buck-out/tmp instead diff --git a/README-zh.md b/README-zh.md index f6e6a484..9015780d 100644 --- a/README-zh.md +++ b/README-zh.md @@ -9,7 +9,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.uber:okbuck:0.53.3' + classpath 'com.uber:okbuck:0.54.0' } } diff --git a/README.md b/README.md index 8ee1f176..a7a9091a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.uber:okbuck:0.53.3' + classpath 'com.uber:okbuck:0.54.0' } } diff --git a/buildSrc/gradle.properties b/buildSrc/gradle.properties index 009a4028..dbdfe2d5 100644 --- a/buildSrc/gradle.properties +++ b/buildSrc/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.uber -VERSION_NAME=0.53.4-SNAPSHOT +VERSION_NAME=0.54.0 POM_DESCRIPTION=A Gradle plugin that lets developers utilize the Buck build system on a Gradle project POM_URL=https://github.com/uber/okbuck/ POM_SCM_URL=https://github.com/uber/okbuck/