Skip to content

Commit

Permalink
docs: update polyfill ref version according to new release
Browse files Browse the repository at this point in the history
  • Loading branch information
2BAB committed Dec 12, 2021
1 parent 6ddb145 commit f2542ea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ Find more Variant/Artifact API news from links below:
dependencies {
implementation("com.android.tools.build:gradle:7.0.3")
// Core dependency
implementation("me.2bab:polyfill:0.4.0")
implementation("me.2bab:polyfill:0.4.1")
// Add one or more artiface(s)-provider as you want ($latestVersion -> same as the core version)
classpath("me.2bab:polyfill-manifest:$latestVersion")
classpath("me.2bab:polyfill-res:$latestVersion")
classpath("me.2bab:polyfill-arsc:$latestVersion")
implementation("me.2bab:polyfill-manifest:$latestVersion")
implementation("me.2bab:polyfill-res:$latestVersion")
implementation("me.2bab:polyfill-arsc:$latestVersion")
...
}

Expand All @@ -92,7 +92,7 @@ buildscript {
dependencies {
classpath("com.android.tools.build:gradle:7.0.3")
// Core dependency
classpath("me.2bab:polyfill:0.4.0")
classpath("me.2bab:polyfill:0.4.1")
// Add one or more artiface(s)-provider as you want ($latestVersion -> same as the core version)
classpath("me.2bab:polyfill-manifest:$latestVersion")
classpath("me.2bab:polyfill-res:$latestVersion")
Expand Down Expand Up @@ -150,7 +150,7 @@ Polyfill is only supported & tested on latest **2** Minor versions of Android Gr

| AGP Version | Latest Support Version |
|:-----------:|:----------------------:|
| 7.0.x | 0.4.0 |
| 7.0.x | 0.4.1 |
| 4.2.0 | 0.3.1 (MavenCentral) |

(The project currently compiles with the latest version of AGP 7.0, and compiles and tests against the both AGP 7.0 and
Expand Down
12 changes: 6 additions & 6 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ Artifacts : [SingleArtifact](https://developer.android.com/reference/tools/gradl
dependencies {
implementation("com.android.tools.build:gradle:7.0.3")
// Core dependency
implementation("me.2bab:polyfill:0.4.0")
implementation("me.2bab:polyfill:0.4.1")
// Add one or more artiface(s)-provider as you want ($latestVersion -> same as the core version)
classpath("me.2bab:polyfill-manifest:$latestVersion")
classpath("me.2bab:polyfill-res:$latestVersion")
classpath("me.2bab:polyfill-arsc:$latestVersion")
implementation("me.2bab:polyfill-manifest:$latestVersion")
implementation("me.2bab:polyfill-res:$latestVersion")
implementation("me.2bab:polyfill-arsc:$latestVersion")
...
}

Expand All @@ -85,7 +85,7 @@ buildscript {
dependencies {
classpath("com.android.tools.build:gradle:7.0.3")
// Core dependency
classpath("me.2bab:polyfill:0.4.0")
classpath("me.2bab:polyfill:0.4.1")
// Add one or more artiface(s)-provider as you want ($latestVersion -> same as the core version)
classpath("me.2bab:polyfill-manifest:$latestVersion")
classpath("me.2bab:polyfill-res:$latestVersion")
Expand Down Expand Up @@ -141,7 +141,7 @@ Polyfill 只支持并在最新的两个 Android Gradle Plugin 版本进行测试

| AGP Version | Latest Support Version |
|:-----------:|:----------------------:|
| 7.0.x | 0.4.0 |
| 7.0.x | 0.4.1 |
| 4.2.0 | 0.3.1 (MavenCentral) |

(目前本工程基于 AGP 7.0 的最新版本进行开发,在 CI 环境下还会同时编译&测试 7.0/7.1 版本的兼容性)
Expand Down

0 comments on commit f2542ea

Please sign in to comment.