@@ -29,7 +29,7 @@ following methods:
29
29
``` groovy
30
30
// Below buildscript {}
31
31
plugins {
32
- id "nl.neotech.plugin.rootcoverage" version "1.7.1 "
32
+ id "nl.neotech.plugin.rootcoverage" version "1.8.0 "
33
33
}
34
34
```
35
35
</details >
@@ -42,7 +42,7 @@ following methods:
42
42
43
43
buildscript {
44
44
dependencies {
45
- classpath 'nl.neotech.plugin:android-root-coverage-plugin:1.7.1 '
45
+ classpath 'nl.neotech.plugin:android-root-coverage-plugin:1.8.0 '
46
46
}
47
47
}
48
48
```
@@ -137,20 +137,20 @@ rootCoverage {
137
137
138
138
139
139
# 4. Compatibility
140
- | Version | [ Android Gradle plugin version] ( https://developer.android.com/studio/releases/gradle-plugin#updating-gradle ) | Gradle version |
141
- | -------------------- | --------------------------------------------------------------------------------------------------------------| -------------------|
142
- | ** 1.8.0-SNAPSHOT ** | 8.3.0-alpha05 | 8.4+ * (note 1)* |
143
- | ** Note 2** | 8.0- 8.3.0-alpha04 | n.a. |
144
- | ** 1.7.1** | 7.4 | 7.5+ |
145
- | ** 1.6.0** | 7.3 | 7.4+ |
146
- | ** 1.5.3** | 7.2 | 7.3+ |
147
- | ** Note 3** | 7.0- 7.2.0-alpha05 | n.a. |
148
- | ** 1.4.0** | 4.2<br />4.1 | 6.7.1+<br />6.5+ |
149
- | ** 1.3.1** | 4.0<br />3.6 | 6.1.1+<br />5.6.4+ |
150
- | ** 1.2.1** | 3.5 | 5.4.1+ |
151
- | ** 1.1.2** | 3.4 | 5.1.1+ |
152
- | ** 1.1.1** | 3.3 | 4.10.1+ |
153
- | ** 1.0.2** | 3.2 | 4.6+ |
140
+ | Version | [ Android Gradle plugin version] ( https://developer.android.com/studio/releases/gradle-plugin#updating-gradle ) | Gradle version |
141
+ | ------------| --------------------------------------------------------------------------------------------------------------| -------------------|
142
+ | ** 1.8.0** | 8.3.0-alpha05 - 8.3.2 | 8.4+ * (note 1)* |
143
+ | ** Note 2** | 8.0 - 8.3.0-alpha04 | n.a. |
144
+ | ** 1.7.1** | 7.4 | 7.5+ |
145
+ | ** 1.6.0** | 7.3 | 7.4+ |
146
+ | ** 1.5.3** | 7.2 | 7.3+ |
147
+ | ** Note 3** | 7.0 - 7.2.0-alpha05 | n.a. |
148
+ | ** 1.4.0** | 4.2<br />4.1 | 6.7.1+<br />6.5+ |
149
+ | ** 1.3.1** | 4.0<br />3.6 | 6.1.1+<br />5.6.4+ |
150
+ | ** 1.2.1** | 3.5 | 5.4.1+ |
151
+ | ** 1.1.2** | 3.4 | 5.1.1+ |
152
+ | ** 1.1.1** | 3.3 | 4.10.1+ |
153
+ | ** 1.0.2** | 3.2 | 4.6+ |
154
154
155
155
<details open >
156
156
<summary ><b >Note 1: AGP 8.3.0 and Gradle 8.3</b ></summary >
0 commit comments