File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
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
- ---------------------------------
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 ) )
5
9
6
10
Version 0.9.0 * (2017-09-12)*
7
11
----------------------------
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ buildscript {
46
46
mavenCentral()
47
47
}
48
48
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'
50
50
}
51
51
}
52
52
Original file line number Diff line number Diff line change 1
1
GROUP =com.vanniktech
2
- VERSION_NAME =0.10.0-SNAPSHOT
2
+ VERSION_NAME =0.10.0
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