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 8ca293e commit 5d1d18fCopy full SHA for 5d1d18f
README.md
@@ -21,7 +21,7 @@ buildscript {
21
}
22
23
dependencies {
24
- classpath 'gradle.plugin.com.vanniktech:gradle-android-junit-jacoco-plugin:0.1.1'
+ classpath 'gradle.plugin.com.vanniktech:gradle-android-junit-jacoco-plugin:0.2.0'
25
26
27
```
build.gradle
@@ -28,7 +28,7 @@ dependencies {
28
29
30
group = 'com.vanniktech'
31
-version = '0.1.1'
+version = '0.2.0'
32
33
pluginBundle {
34
website = 'https://github.com/vanniktech/gradle-android-junit-jacoco-plugin'
0 commit comments