From 7555b86a6b4338387619f66cc84f1a335c5fd7eb Mon Sep 17 00:00:00 2001 From: 2BAB Date: Sun, 18 Apr 2021 21:12:25 +0800 Subject: [PATCH] release: 0.2.1 --- README.md | 2 +- README_zh.md | 2 +- buildSrc/src/main/resources/versions.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c3707c2..151c7b6 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ Polyfill is only supported & tested on latest **2** Minor versions of Android Gr AGP Version| Latest Support Version :-----------:|:-----------------: -4.2.0-rc01 | 0.2.0 (MavenCentral) +4.2.0-rc01 | 0.2.1 (MavenCentral) 4.2.0-alpha15 | 0.1.3 (JCenter) (The project currently compiles with the latest version of AGP 4.2, and compiles and tests against the both AGP 4.2 and 7.0 on CI.) diff --git a/README_zh.md b/README_zh.md index f1beadc..c26dd6c 100644 --- a/README_zh.md +++ b/README_zh.md @@ -139,7 +139,7 @@ Polyfill 只支持并在最新的两个 Android Gradle Plugin 版本(例如 4. | AGP Version | Latest Support Version | | :---------: | :----------------------------------------------------------: | -4.2.0-rc01 | 0.2.0 (MavenCentral) +4.2.0-rc01 | 0.2.1 (MavenCentral) 4.2.0-alpha15 | 0.1.3 (JCenter) (目前本工程基于 AGP 4.2 的最新版本进行开发,在 CI 环境下还会同时编译&测试 4.2/7.0 版本的兼容性) diff --git a/buildSrc/src/main/resources/versions.properties b/buildSrc/src/main/resources/versions.properties index 51f9913..6677ee4 100644 --- a/buildSrc/src/main/resources/versions.properties +++ b/buildSrc/src/main/resources/versions.properties @@ -1,3 +1,3 @@ agpVersion=4.2.0-rc01 kotlinVersion=1.4.31 -polyfillVersion=0.2.0 +polyfillVersion=0.2.1