@@ -28,7 +28,7 @@ following methods:
28
28
``` groovy
29
29
// Below buildscript {}
30
30
plugins {
31
- id "nl.neotech.plugin.rootcoverage" version "1.5.0 "
31
+ id "nl.neotech.plugin.rootcoverage" version "1.5.1 "
32
32
}
33
33
```
34
34
</details >
@@ -41,7 +41,7 @@ following methods:
41
41
42
42
buildscript {
43
43
dependencies {
44
- classpath 'nl.neotech.plugin:android-root-coverage-plugin:1.5.0 '
44
+ classpath 'nl.neotech.plugin:android-root-coverage-plugin:1.5.1 '
45
45
}
46
46
}
47
47
```
@@ -121,16 +121,16 @@ rootCoverage {
121
121
122
122
123
123
# 4. Compatibility
124
- | Version | [ Android Gradle plugin version] ( https://developer.android.com/studio/releases/gradle-plugin#updating-gradle ) | Gradle version |
125
- | ------------------ | ------------------------------------------------------------------------------------------------------------ | ----------------- |
126
- | ** 1.5.0 ** | 7.2 | 7.3+ |
127
- | ** See note 2** | 7.0-7.2-alpha05 | n.a. |
128
- | ** 1.4.0** | 4.2<br />4.1 | 6.7.1+<br />6.5+ |
129
- | ** 1.3.1** | 4.0<br />3.6 | 6.1.1+<br />5.6.4+ |
130
- | ** 1.2.1** | 3.5 | 5.4.1+ |
131
- | ** 1.1.2** | 3.4 | 5.1.1+ |
132
- | ** 1.1.1** | 3.3 | 4.10.1+ |
133
- | ** 1.0.2** | 3.2 | 4.6+ |
124
+ | Version | [ Android Gradle plugin version] ( https://developer.android.com/studio/releases/gradle-plugin#updating-gradle ) | Gradle version |
125
+ | ----------------| -- ------------------------------------------------------------------------------------------------------------| ------------------- |
126
+ | ** 1.5.1 ** | 7.2 | 7.3+ |
127
+ | ** See note 2** | 7.0-7.2-alpha05 | n.a. |
128
+ | ** 1.4.0** | 4.2<br />4.1 | 6.7.1+<br />6.5+ |
129
+ | ** 1.3.1** | 4.0<br />3.6 | 6.1.1+<br />5.6.4+ |
130
+ | ** 1.2.1** | 3.5 | 5.4.1+ |
131
+ | ** 1.1.2** | 3.4 | 5.1.1+ |
132
+ | ** 1.1.1** | 3.3 | 4.10.1+ |
133
+ | ** 1.0.2** | 3.2 | 4.6+ |
134
134
135
135
> * Note 1: Plugin versions below 1.3.1, such as 1.3.0, are only available on the Gradle Plugin Portal
136
136
(` maven { url "https://plugins.gradle.org/m2/"} ` ) and not on Maven Central. These versions use the
0 commit comments