Skip to content

Commit

Permalink
Release version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonlee committed Jun 14, 2020
1 parent b4d416c commit f11e2b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ The following table lists which version of Gradle is required for each version o
| Android Gradle Plugin | Gradle |
|:---------------------:|:--------:|
| 3.0.0+ | 4.1+ |
| 3.1.0+ | 4.4+ |
| 3.2.0 - 3.2.1 | 4.6+ |
| 3.3.0 - 3.3.2 | 4.10.1+ |
| 3.4.0 - 3.4.1 | 5.1.1+ |
| 3.5.0 - 3.5.3 | 5.4.1+ |
| 3.6.0 - 3.6.2 | 5.6.4+ |
| 4.0.0+ | 6.1.1+ |
| 3.0.0+ | 4.1+ |
| 3.1.0+ | 4.4+ |
| 3.2.0 - 3.2.1 | 4.6+ |
| 3.3.0 - 3.3.2 | 4.10.1+ |
| 3.4.0 - 3.4.1 | 5.1.1+ |
| 3.5.0 - 3.5.3 | 5.4.1+ |
| 3.6.0 - 3.6.2 | 5.6.4+ |
| 4.0.0+ | 6.1.1+ |

## Best Practise | 最佳实践

Expand All @@ -71,7 +71,7 @@ The best practise of using Booster is integrating the specific moudle to solve t
```groovy
buildscript {
ext.booster_version = '2.0.0'
ext.booster_version = '2.1.0'
repositories {
google()
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ allprojects { project ->
apply plugin: 'de.marcphilipp.nexus-publish'

group = 'com.didiglobal.booster'
version = '2.0.0'
version = '2.1.0'

repositories {
mavenLocal()
Expand Down

0 comments on commit f11e2b6

Please sign in to comment.