File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ following methods:
2929 ``` groovy
3030 // Below buildscript {}
3131 plugins {
32- id "nl.neotech.plugin.rootcoverage" version "1.6.0 "
32+ id "nl.neotech.plugin.rootcoverage" version "1.7.1 "
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.6.0 '
45+ classpath 'nl.neotech.plugin:android-root-coverage-plugin:1.7.1 '
4646 }
4747 }
4848 ```
@@ -139,7 +139,7 @@ rootCoverage {
139139# 4. Compatibility
140140| Version | [ Android Gradle plugin version] ( https://developer.android.com/studio/releases/gradle-plugin#updating-gradle ) | Gradle version |
141141| ----------------| --------------------------------------------------------------------------------------------------------------| -------------------|
142- | ** 1.7.0 ** | 7.4 | 7.5+ |
142+ | ** 1.7.1 ** | 7.4 | 7.5+ |
143143| ** 1.6.0** | 7.3 | 7.4+ |
144144| ** 1.5.3** | 7.2 | 7.3+ |
145145| ** See note 2** | 7.0-7.2-alpha05 | n.a. |
Original file line number Diff line number Diff line change 11POM_ARTIFACT_ID =android-root-coverage-plugin
2- VERSION_NAME =1.7.0
2+ VERSION_NAME =1.7.1
33POM_NAME =Android Root Coverage Plugin
44POM_DESCRIPTION =A Gradle plugin for easy generation of combined code coverage reports for Android projects with multiple modules.
You can’t perform that action at this time.
0 commit comments