Skip to content

Commit a588070

Browse files
authored
Release 1.2.1 (#20)
Fixes code in module A not reported as covered even though it is touched by unit tests in module B.
1 parent a0f222e commit a588070

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ apply plugin: 'org.neotech.plugin.rootcoverage'
2626
buildscript {
2727
dependencies {
2828
// Step 1: add the dependency
29-
classpath 'org.neotech.plugin:android-root-coverage-plugin:1.2.0'
29+
classpath 'org.neotech.plugin:android-root-coverage-plugin:1.2.1'
3030
}
3131
}
3232
```
@@ -60,7 +60,7 @@ Android Studio using the Gradle Tool Window (see:
6060
# Compatibility
6161
| Version | Android Gradle plugin version | Gradle version |
6262
| ------------- | ----------------------------- | -------------- |
63-
| **1.2.0** | 3.5 | 5.4.1-5.6.4 |
63+
| **1.2.1** | 3.5 | 5.4.1-5.6.4 |
6464
| **1.1.2** | 3.4 | 5.1.1+ |
6565
| **1.1.1** | 3.3 | 4.10.1+ |
6666
| ~~**1.1.0**~~ | ~~3.3~~ | ~~5+~~ |

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ org.gradle.jvmargs=-Xmx1536m
1919
#PACKAGING=jar
2020

2121
GROUP=org.neotech.plugin
22-
VERSION=1.2.0
22+
VERSION=1.2.1
2323
DESCRIPTION=A Gradle plugin for easy generation of combined code coverage reports for Android projects with multiple modules.
2424

2525
PROJECT_WEBSITE=https://github.com/NeoTech-Software/android-root-coverage-plugin

0 commit comments

Comments
 (0)