We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 375e60a commit 41a8486Copy full SHA for 41a8486
README.md
@@ -23,7 +23,7 @@ apply plugin: 'org.neotech.plugin.rootcoverage'
23
buildscript {
24
dependencies {
25
// Step 1: add the dependency
26
- classpath 'org.neotech.plugin:android-root-coverage-plugin:1.0.1'
+ classpath 'org.neotech.plugin:android-root-coverage-plugin:1.0.2'
27
}
28
29
```
gradle.properties
@@ -19,7 +19,7 @@ org.gradle.jvmargs=-Xmx1536m
19
#PACKAGING=jar
20
21
GROUP=org.neotech.plugin
22
-VERSION=1.0.1
+VERSION=1.0.2
DESCRIPTION=A Gradle plugin for easy generation of combined code coverage reports for Android projects with multiple modules.
PROJECT_WEBSITE=https://github.com/NeoTech-Software/android-root-coverage-plugin
0 commit comments