From f11e2b6b0e3f7bb11317d92714b570108c2238d8 Mon Sep 17 00:00:00 2001 From: johnsonlee Date: Sun, 14 Jun 2020 21:03:44 +0800 Subject: [PATCH] Release version 2.1.0 --- README.md | 18 +++++++++--------- build.gradle | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 112968e..0cf58be 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 579062f..33516be 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() -- GitLab