File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ The best practise of using Booster is integrating the specific module to solve t
7575
7676``` groovy
7777buildscript {
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
125125plugins {
126- id 'com.didiglobal.booster' version '4.16.2 '
126+ id 'com.didiglobal.booster' version '4.16.3 '
127127}
128128```
129129
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments