Skip to content

Commit 41a8486

Browse files
committed
Preparation release 1.0.2
1 parent 375e60a commit 41a8486

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ apply plugin: 'org.neotech.plugin.rootcoverage'
2323
buildscript {
2424
dependencies {
2525
// Step 1: add the dependency
26-
classpath 'org.neotech.plugin:android-root-coverage-plugin:1.0.1'
26+
classpath 'org.neotech.plugin:android-root-coverage-plugin:1.0.2'
2727
}
2828
}
2929
```

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.0.1
22+
VERSION=1.0.2
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)