File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ following methods:
29
29
``` groovy
30
30
// Below buildscript {}
31
31
plugins {
32
- id "nl.neotech.plugin.rootcoverage" version "1.5.2 "
32
+ id "nl.neotech.plugin.rootcoverage" version "1.5.3 "
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.5.2 '
45
+ classpath 'nl.neotech.plugin:android-root-coverage-plugin:1.5.3 '
46
46
}
47
47
}
48
48
```
@@ -124,7 +124,7 @@ rootCoverage {
124
124
# 4. Compatibility
125
125
| Version | [ Android Gradle plugin version] ( https://developer.android.com/studio/releases/gradle-plugin#updating-gradle ) | Gradle version |
126
126
| ----------------| --------------------------------------------------------------------------------------------------------------| -------------------|
127
- | ** 1.5.2 ** | 7.2 | 7.3+ |
127
+ | ** 1.5.3 ** | 7.2 | 7.3+ |
128
128
| ** See note 2** | 7.0-7.2-alpha05 | n.a. |
129
129
| ** 1.4.0** | 4.2<br />4.1 | 6.7.1+<br />6.5+ |
130
130
| ** 1.3.1** | 4.0<br />3.6 | 6.1.1+<br />5.6.4+ |
Original file line number Diff line number Diff line change 1
1
POM_ARTIFACT_ID =android-root-coverage-plugin
2
- VERSION_NAME =1.5.2
2
+ VERSION_NAME =1.5.3
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