Skip to content

Commit 4ce3c6c

Browse files
authored
Release 1.5.3 (#66)
Fixes #64
1 parent 4ca708e commit 4ce3c6c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ following methods:
2929
```groovy
3030
// Below buildscript {}
3131
plugins {
32-
id "nl.neotech.plugin.rootcoverage" version "1.5.2"
32+
id "nl.neotech.plugin.rootcoverage" version "1.5.3"
3333
}
3434
```
3535
</details>
@@ -42,7 +42,7 @@ following methods:
4242
4343
buildscript {
4444
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'
4646
}
4747
}
4848
```
@@ -124,7 +124,7 @@ rootCoverage {
124124
# 4. Compatibility
125125
| Version | [Android Gradle plugin version](https://developer.android.com/studio/releases/gradle-plugin#updating-gradle) | Gradle version |
126126
|----------------|--------------------------------------------------------------------------------------------------------------|-------------------|
127-
| **1.5.2** | 7.2 | 7.3+ |
127+
| **1.5.3** | 7.2 | 7.3+ |
128128
| **See note 2** | 7.0-7.2-alpha05 | n.a. |
129129
| **1.4.0** | 4.2<br/>4.1 | 6.7.1+<br/>6.5+ |
130130
| **1.3.1** | 4.0<br/>3.6 | 6.1.1+<br/>5.6.4+ |

plugin/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
POM_ARTIFACT_ID=android-root-coverage-plugin
2-
VERSION_NAME=1.5.2
2+
VERSION_NAME=1.5.3
33
POM_NAME=Android Root Coverage Plugin
44
POM_DESCRIPTION=A Gradle plugin for easy generation of combined code coverage reports for Android projects with multiple modules.

0 commit comments

Comments
 (0)