Skip to content

Commit 7932164

Browse files
committed
[skip ci] Update README & RELEASE-NOTES
1 parent d101396 commit 7932164

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The best practise of using Booster is integrating the specific module to solve t
7474
7575
```groovy
7676
buildscript {
77-
ext.booster_version = '4.15.0'
77+
ext.booster_version = '4.16.1'
7878
repositories {
7979
google()
8080
mavenCentral()
@@ -122,7 +122,7 @@ The `plugins` DSL also supported since Booster *3.0.0*
122122
123123
```groovy
124124
plugins {
125-
id 'com.didiglobal.booster' version '4.15.0'
125+
id 'com.didiglobal.booster' version '4.16.1'
126126
}
127127
```
128128

RELEASE-NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v4.16.1
2+
3+
- Fix issue [#406](https://github.com/didi/booster/issues/406) : incremental build with jar removal
4+
- Fix issue [#407](https://github.com/didi/booster/issues/407) : Apple M1 chipset support for cwebp
5+
16
## v4.15.0
27

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

0 commit comments

Comments
 (0)