Skip to content

Commit

Permalink
Release 1.5.3 (#66)
Browse files Browse the repository at this point in the history
Fixes #64
  • Loading branch information
Rolf-Smit authored Jun 15, 2022
1 parent 4ca708e commit 4ce3c6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ following methods:
```groovy
// Below buildscript {}
plugins {
id "nl.neotech.plugin.rootcoverage" version "1.5.2"
id "nl.neotech.plugin.rootcoverage" version "1.5.3"
}
```
</details>
Expand All @@ -42,7 +42,7 @@ following methods:
buildscript {
dependencies {
classpath 'nl.neotech.plugin:android-root-coverage-plugin:1.5.2'
classpath 'nl.neotech.plugin:android-root-coverage-plugin:1.5.3'
}
}
```
Expand Down Expand Up @@ -124,7 +124,7 @@ rootCoverage {
# 4. Compatibility
| Version | [Android Gradle plugin version](https://developer.android.com/studio/releases/gradle-plugin#updating-gradle) | Gradle version |
|----------------|--------------------------------------------------------------------------------------------------------------|-------------------|
| **1.5.2** | 7.2 | 7.3+ |
| **1.5.3** | 7.2 | 7.3+ |
| **See note 2** | 7.0-7.2-alpha05 | n.a. |
| **1.4.0** | 4.2<br/>4.1 | 6.7.1+<br/>6.5+ |
| **1.3.1** | 4.0<br/>3.6 | 6.1.1+<br/>5.6.4+ |
Expand Down
2 changes: 1 addition & 1 deletion plugin/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
POM_ARTIFACT_ID=android-root-coverage-plugin
VERSION_NAME=1.5.2
VERSION_NAME=1.5.3
POM_NAME=Android Root Coverage Plugin
POM_DESCRIPTION=A Gradle plugin for easy generation of combined code coverage reports for Android projects with multiple modules.

0 comments on commit 4ce3c6c

Please sign in to comment.