Skip to content

Commit 9d294b5

Browse files
committed
Release version 4.2.0
1 parent 7eb0b94 commit 9d294b5

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The best practise of using Booster is integrating the specific module to solve t
7373
7474
```groovy
7575
buildscript {
76-
ext.booster_version = '4.1.0'
76+
ext.booster_version = '4.2.0'
7777
repositories {
7878
google()
7979
mavenCentral()
@@ -121,7 +121,7 @@ The `plugins` DSL also supported since Booster *3.0.0*
121121
122122
```groovy
123123
plugins {
124-
id 'com.didiglobal.booster' version '4.1.0'
124+
id 'com.didiglobal.booster' version '4.2.0'
125125
}
126126
```
127127

RELEASE-NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v4.2.0
2+
3+
- Add Android stub APIs
4+
- Fix bug of the classpath of class pool
5+
- Add runtime instrumentation support
6+
17
## v4.1.0
28

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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ allprojects { project ->
3131
apply plugin: 'maven-publish'
3232

3333
group = 'com.didiglobal.booster'
34-
version = '4.1.0'
34+
version = '4.2.0'
3535

3636
repositories {
3737
mavenLocal()

0 commit comments

Comments
 (0)