Skip to content

Commit

Permalink
[skip ci] Update README & RELEASE-NOTES
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonlee committed May 19, 2023
1 parent d101396 commit 7932164
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The best practise of using Booster is integrating the specific module to solve t
```groovy
buildscript {
ext.booster_version = '4.15.0'
ext.booster_version = '4.16.1'
repositories {
google()
mavenCentral()
Expand Down Expand Up @@ -122,7 +122,7 @@ The `plugins` DSL also supported since Booster *3.0.0*
```groovy
plugins {
id 'com.didiglobal.booster' version '4.15.0'
id 'com.didiglobal.booster' version '4.16.1'
}
```

Expand Down
5 changes: 5 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v4.16.1

- Fix issue [#406](https://github.com/didi/booster/issues/406) : incremental build with jar removal
- Fix issue [#407](https://github.com/didi/booster/issues/407) : Apple M1 chipset support for cwebp

## v4.15.0

- Fix issue [#381](https://github.com/didi/booster/issues/381)
Expand Down

0 comments on commit 7932164

Please sign in to comment.