Skip to content

Commit da867b4

Browse files
committed
Release version 4.1.0
1 parent fb94e59 commit da867b4

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
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.0.0'
76+
ext.booster_version = '4.1.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.0.0'
124+
id 'com.didiglobal.booster' version '4.1.0'
125125
}
126126
```
127127

RELEASE-NOTES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v4.1.0
2+
3+
- Fix issue [#258](https://github.com/didi/booster/issues/258)
4+
- Fix bug when install in android-R machine: no compress arsc file.
5+
6+
## v4.0.0
7+
8+
- Support AGP 7.0
9+
110
## v3.5.0
211

312
- Fix `booster-transform-r-inline` 支持 `constraintlayout` `v2.0`

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ allprojects { project ->
3131
apply plugin: 'de.marcphilipp.nexus-publish'
3232

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

3636
repositories {
3737
mavenLocal()
@@ -164,8 +164,8 @@ nexusStaging {
164164
packageGroup = "com.didiglobal"
165165
username = OSSRH_USERNAME
166166
password = OSSRH_PASSWORD
167-
numberOfRetries = 50
168-
delayBetweenRetriesInMillis = 3000
167+
numberOfRetries = 100
168+
delayBetweenRetriesInMillis = 5000
169169
}
170170

171171
task reference(type: org.jetbrains.dokka.gradle.DokkaTask, group: 'Documentation') {

0 commit comments

Comments
 (0)