Skip to content

Commit

Permalink
Prepare for release 0.54.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarr21 committed Apr 4, 2024
1 parent 8b7ef45 commit ace2128
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@
* Added support for Android API 32, 33, and 34
* Bump robolectric to 4.8.2
* Bump pre-instrumented JARs to i4

### Version 0.54.4
* Added support for using Android Lint 31.3+
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.uber:okbuck:0.54.3'
classpath 'com.uber:okbuck:0.54.4'
}
}
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.uber
VERSION_NAME=0.54.4-SNAPSHOT
VERSION_NAME=0.54.4
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/
Expand Down

0 comments on commit ace2128

Please sign in to comment.