Skip to content

Commit

Permalink
Release version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonlee committed Nov 8, 2020
1 parent 757341e commit e443d37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ The best practise of using Booster is integrating the specific moudle to solve t
```groovy
buildscript {
ext.booster_version = '2.4.0'
ext.booster_version = '3.0.0'
repositories {
google()
mavenCentral()
jcenter()
// OPTIONAL If you want to use SNAPSHOT version, sonatype repository is required.
maven { url 'https://oss.sonatype.org/content/repositories/public' }
}
Expand All @@ -93,7 +93,7 @@ allprojects {
google()
mavenCentral()
jcenter()
// OPTIONAL If you want to use SNAPSHOT version, sonatype repository is required.
maven { url 'https://oss.sonatype.org/content/repositories/public' }
}
Expand All @@ -103,6 +103,8 @@ apply plugin: 'com.android.application'
apply plugin: 'com.didiglobal.booster' // ③
```

The `plugins` DSL also supported since Booster 3.0.0

Here are all the modules of Booster:

### Common
Expand Down
2 changes: 1 addition & 1 deletion 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 = '3.0.0-alpha-3'
version = '3.0.0'

repositories {
mavenLocal()
Expand Down

0 comments on commit e443d37

Please sign in to comment.