Skip to content

Commit ace2128

Browse files
committed
Prepare for release 0.54.4
1 parent 8b7ef45 commit ace2128

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@
2424
* Added support for Android API 32, 33, and 34
2525
* Bump robolectric to 4.8.2
2626
* Bump pre-instrumented JARs to i4
27+
28+
### Version 0.54.4
29+
* Added support for using Android Lint 31.3+

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildscript {
2020
jcenter()
2121
}
2222
dependencies {
23-
classpath 'com.uber:okbuck:0.54.3'
23+
classpath 'com.uber:okbuck:0.54.4'
2424
}
2525
}
2626

buildSrc/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.uber
2-
VERSION_NAME=0.54.4-SNAPSHOT
2+
VERSION_NAME=0.54.4
33
POM_DESCRIPTION=A Gradle plugin that lets developers utilize the Buck build system on a Gradle project
44
POM_URL=https://github.com/uber/okbuck/
55
POM_SCM_URL=https://github.com/uber/okbuck/

0 commit comments

Comments
 (0)