Skip to content

Commit

Permalink
Release 1.7.1 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolf-Smit authored Nov 8, 2023
1 parent 219e07e commit 49c203e
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.6.0"
id "nl.neotech.plugin.rootcoverage" version "1.7.1"
}
```
</details>
Expand All @@ -42,7 +42,7 @@ following methods:
buildscript {
dependencies {
classpath 'nl.neotech.plugin:android-root-coverage-plugin:1.6.0'
classpath 'nl.neotech.plugin:android-root-coverage-plugin:1.7.1'
}
}
```
Expand Down Expand Up @@ -139,7 +139,7 @@ rootCoverage {
# 4. Compatibility
| Version | [Android Gradle plugin version](https://developer.android.com/studio/releases/gradle-plugin#updating-gradle) | Gradle version |
|----------------|--------------------------------------------------------------------------------------------------------------|-------------------|
| **1.7.0** | 7.4 | 7.5+ |
| **1.7.1** | 7.4 | 7.5+ |
| **1.6.0** | 7.3 | 7.4+ |
| **1.5.3** | 7.2 | 7.3+ |
| **See note 2** | 7.0-7.2-alpha05 | n.a. |
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.7.0
VERSION_NAME=1.7.1
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 49c203e

Please sign in to comment.