Skip to content

Commit dae2334

Browse files
authored
Release 1.5.1 (#58)
Fixes #54 but reintroduces the dependency on the full Android Gradle Plugin instead of just depending on the Android Gradle Plugin API. This should be temporary as this workaround does not seem to be needed in AGP 7.3.0.
1 parent c58523f commit dae2334

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ following methods:
2828
```groovy
2929
// Below buildscript {}
3030
plugins {
31-
id "nl.neotech.plugin.rootcoverage" version "1.5.0"
31+
id "nl.neotech.plugin.rootcoverage" version "1.5.1"
3232
}
3333
```
3434
</details>
@@ -41,7 +41,7 @@ following methods:
4141
4242
buildscript {
4343
dependencies {
44-
classpath 'nl.neotech.plugin:android-root-coverage-plugin:1.5.0'
44+
classpath 'nl.neotech.plugin:android-root-coverage-plugin:1.5.1'
4545
}
4646
}
4747
```
@@ -121,16 +121,16 @@ rootCoverage {
121121

122122

123123
# 4. Compatibility
124-
| Version | [Android Gradle plugin version](https://developer.android.com/studio/releases/gradle-plugin#updating-gradle) | Gradle version |
125-
| ------------------ | ------------------------------------------------------------------------------------------------------------ | ----------------- |
126-
| **1.5.0** | 7.2 | 7.3+ |
127-
| **See note 2** | 7.0-7.2-alpha05 | n.a. |
128-
| **1.4.0** | 4.2<br/>4.1 | 6.7.1+<br/>6.5+ |
129-
| **1.3.1** | 4.0<br/>3.6 | 6.1.1+<br/>5.6.4+ |
130-
| **1.2.1** | 3.5 | 5.4.1+ |
131-
| **1.1.2** | 3.4 | 5.1.1+ |
132-
| **1.1.1** | 3.3 | 4.10.1+ |
133-
| **1.0.2** | 3.2 | 4.6+ |
124+
| Version | [Android Gradle plugin version](https://developer.android.com/studio/releases/gradle-plugin#updating-gradle) | Gradle version |
125+
|----------------|--------------------------------------------------------------------------------------------------------------|-------------------|
126+
| **1.5.1** | 7.2 | 7.3+ |
127+
| **See note 2** | 7.0-7.2-alpha05 | n.a. |
128+
| **1.4.0** | 4.2<br/>4.1 | 6.7.1+<br/>6.5+ |
129+
| **1.3.1** | 4.0<br/>3.6 | 6.1.1+<br/>5.6.4+ |
130+
| **1.2.1** | 3.5 | 5.4.1+ |
131+
| **1.1.2** | 3.4 | 5.1.1+ |
132+
| **1.1.1** | 3.3 | 4.10.1+ |
133+
| **1.0.2** | 3.2 | 4.6+ |
134134

135135
> *Note 1: Plugin versions below 1.3.1, such as 1.3.0, are only available on the Gradle Plugin Portal
136136
(`maven { url "https://plugins.gradle.org/m2/"}`) and not on Maven Central. These versions use the

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.0
2+
VERSION_NAME=1.5.1
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)