Skip to content

Commit

Permalink
Release version 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonlee committed Nov 11, 2021
1 parent fb94e59 commit da867b4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The best practise of using Booster is integrating the specific module to solve t
```groovy
buildscript {
ext.booster_version = '4.0.0'
ext.booster_version = '4.1.0'
repositories {
google()
mavenCentral()
Expand Down Expand Up @@ -121,7 +121,7 @@ The `plugins` DSL also supported since Booster *3.0.0*
```groovy
plugins {
id 'com.didiglobal.booster' version '4.0.0'
id 'com.didiglobal.booster' version '4.1.0'
}
```

Expand Down
9 changes: 9 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v4.1.0

- Fix issue [#258](https://github.com/didi/booster/issues/258)
- Fix bug when install in android-R machine: no compress arsc file.

## v4.0.0

- Support AGP 7.0

## v3.5.0

- Fix `booster-transform-r-inline` 支持 `constraintlayout` `v2.0`
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ allprojects { project ->
apply plugin: 'de.marcphilipp.nexus-publish'

group = 'com.didiglobal.booster'
version = '4.0.0'
version = '4.1.0'

repositories {
mavenLocal()
Expand Down Expand Up @@ -164,8 +164,8 @@ nexusStaging {
packageGroup = "com.didiglobal"
username = OSSRH_USERNAME
password = OSSRH_PASSWORD
numberOfRetries = 50
delayBetweenRetriesInMillis = 3000
numberOfRetries = 100
delayBetweenRetriesInMillis = 5000
}

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

0 comments on commit da867b4

Please sign in to comment.