File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ following methods:
29
29
``` kotlin
30
30
plugins {
31
31
// Add the plugin to the plugin block
32
- id(" nl.neotech.plugin.rootcoverage" ) version " 1.9 .0"
32
+ id(" nl.neotech.plugin.rootcoverage" ) version " 1.10 .0"
33
33
}
34
34
```
35
35
</details >
@@ -40,7 +40,7 @@ following methods:
40
40
``` groovy
41
41
plugins {
42
42
// Add the plugin to the plugin block
43
- id "nl.neotech.plugin.rootcoverage" version "1.9 .0"
43
+ id "nl.neotech.plugin.rootcoverage" version "1.10 .0"
44
44
}
45
45
```
46
46
</details >
@@ -56,7 +56,7 @@ following methods:
56
56
57
57
buildscript {
58
58
dependencies {
59
- classpath 'nl.neotech.plugin:android-root-coverage-plugin:1.9 .0'
59
+ classpath 'nl.neotech.plugin:android-root-coverage-plugin:1.10 .0'
60
60
}
61
61
}
62
62
```
@@ -227,7 +227,8 @@ for specific modules:
227
227
# 4. Compatibility
228
228
| Version | [ Android Gradle plugin version] ( https://developer.android.com/studio/releases/gradle-plugin#updating-gradle ) | Gradle version |
229
229
| ------------| --------------------------------------------------------------------------------------------------------------| ------------------------|
230
- | ** 1.9.0** | 8.6.0+ | 8.7+ |
230
+ | ** 1.10.0** | 8.8+ | 8.10.2+ |
231
+ | ** 1.9.0** | 8.6+ | 8.7+ |
231
232
| ** 1.8.0** | 8.5.2<br />8.4.2<br />8.3.0-alpha05 - 8.3.2 | 8.6+<br />8.5+<br />8.4+ |
232
233
| ** Note 1** | 8.0 - 8.3.0-alpha04 | n.a. |
233
234
| ** 1.7.1** | 7.4 | 7.5+ |
Original file line number Diff line number Diff line change 1
1
POM_ARTIFACT_ID =android-root-coverage-plugin
2
- VERSION_NAME =1.9 .0
2
+ VERSION_NAME =1.10 .0
3
3
POM_NAME =Android Root Coverage Plugin
4
4
POM_DESCRIPTION =A Gradle plugin for easy generation of combined code coverage reports for Android projects with multiple modules.
You can’t perform that action at this time.
0 commit comments