Skip to content

Commit 8d3bf8e

Browse files
committed
[skip ci] Update README & RELEASE-NOTES
1 parent f675500 commit 8d3bf8e

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The best practise of using Booster is integrating the specific module to solve t
7575
7676
```groovy
7777
buildscript {
78-
ext.booster_version = '4.16.2'
78+
ext.booster_version = '4.16.3'
7979
repositories {
8080
google()
8181
mavenCentral()
@@ -123,7 +123,7 @@ The `plugins` DSL also supported since Booster *3.0.0*
123123
124124
```groovy
125125
plugins {
126-
id 'com.didiglobal.booster' version '4.16.2'
126+
id 'com.didiglobal.booster' version '4.16.3'
127127
}
128128
```
129129

RELEASE-NOTES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v4.16.3
2+
3+
- Support AGP 7.4
4+
- Fix issue [#422](https://github.com/didi/booster/pull/422) end-of-stream caused by multiple collector
5+
6+
## v4.14.2
7+
8+
- Fix issue [#422](https://github.com/didi/booster/pull/422) end-of-stream caused by multiple collector
9+
110
## v4.14.1
211

312
- Sync from 4.16.2

0 commit comments

Comments
 (0)