File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ Version 0.10.0 * (In development)*
4
+ ---------------------------------
5
+
3
6
Version 0.9.0 * (2017-09-12)*
4
7
----------------------------
5
8
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Information: [This plugin is also available on Gradle plugins](https://plugins.g
60
60
Can be found [ here] ( https://oss.sonatype.org/#nexus-search;quick~gradle-android-junit-jacoco-plugin ) . Current one is:
61
61
62
62
``` groovy
63
- classpath 'com.vanniktech:gradle-android-junit-jacoco-plugin:0.9 .0-SNAPSHOT'
63
+ classpath 'com.vanniktech:gradle-android-junit-jacoco-plugin:0.10 .0-SNAPSHOT'
64
64
```
65
65
66
66
### Configuration
Original file line number Diff line number Diff line change 1
1
GROUP =com.vanniktech
2
- VERSION_NAME =0.9.0
2
+ VERSION_NAME =0.10.0-SNAPSHOT
3
3
4
4
POM_ARTIFACT_ID =gradle-android-junit-jacoco-plugin
5
5
POM_NAME =Gradle Android Jacoco Plugin
You can’t perform that action at this time.
0 commit comments