File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- Version 0.10.0 * (In development)*
4- ---------------------------------
3+ Version 0.10.0 * (2017-10-08)*
4+ -----------------------------
5+
6+ - Update JUnit Jacoco Gradle Plugin to 0.9.0 [ \# 96] ( https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/96 ) ([ vanniktech] ( https://github.com/vanniktech ) )
7+ - Generate csv reports [ \# 95] ( https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/95 ) ([ alexrwegener] ( https://github.com/alexrwegener ) )
8+ - Remove deprecated method calls [ \# 94] ( https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/94 ) ([ vRallev] ( https://github.com/vRallev ) )
59
610Version 0.9.0 * (2017-09-12)*
711----------------------------
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ buildscript {
4646 mavenCentral()
4747 }
4848 dependencies {
49- classpath 'com.vanniktech:gradle-android-junit-jacoco-plugin:0.9 .0'
49+ classpath 'com.vanniktech:gradle-android-junit-jacoco-plugin:0.10 .0'
5050 }
5151}
5252
Original file line number Diff line number Diff line change 11GROUP =com.vanniktech
2- VERSION_NAME =0.10.0-SNAPSHOT
2+ VERSION_NAME =0.10.0
33
44POM_ARTIFACT_ID =gradle-android-junit-jacoco-plugin
55POM_NAME =Gradle Android Jacoco Plugin
You can’t perform that action at this time.
0 commit comments