android gradle
插件和gradle版本对应关系
https://developer.android.google.cn/studio/releases/gradle-plugin.html#3-0-0
Plugin version | Required Gradle version | SDK build tools |
1.0.0 - 1.1.3 | 2.2.1 - 2.3 | |
1.2.0 - 1.3.1 | 2.2.1 - 2.9 | |
1.5.0 | 2.2.1 - 2.13 | |
2.0.0 - 2.1.2 | 2.10 - 2.13 | 21.1.1 |
2.1.3 - 2.2.3 | 2.14.1+ | 23.0.2 |
2.3.0+ | 3.3+ | 25.0.0 |
3.0.0+ | 4.1+ | 26.0.2 |
3.1.0+ | 4.4+ | 27.0.3 |
3.2.0 - 3.2.1 | 4.6+ | 28.0.3 |
3.3.0 - 3.3.2 | 4.10.1+ | 28.0.3 |
3.4.0+ | 5.1.1+ | 28.0.3 |
as历史版本