@@ -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
0 commit comments