diff --git a/README.md b/README.md index 112968ec05c178a3af4fa20469a87776bc84cc81..0cf58bea6af03f704ca27e65562bd39ba71ae379 100644 --- a/README.md +++ b/README.md @@ -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 | 最佳实践 @@ -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() diff --git a/build.gradle b/build.gradle index 579062f5210293922628356aa4356db84b0825bf..33516bef85f92c01fccd0a14203cbc98cc78c55a 100644 --- a/build.gradle +++ b/build.gradle @@ -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()