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.15.0 * (In development)*
4
+ ---------------------------------
5
+
3
6
Version 0.14.0 * (2019-04-30)*
4
7
-----------------------------
5
8
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ buildscript {
75
75
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
76
76
}
77
77
dependencies {
78
- classpath "com.vanniktech:gradle-android-junit-jacoco-plugin:0.14 .0-SNAPSHOT"
78
+ classpath "com.vanniktech:gradle-android-junit-jacoco-plugin:0.15 .0-SNAPSHOT"
79
79
}
80
80
}
81
81
Original file line number Diff line number Diff line change 1
1
GROUP =com.vanniktech
2
- VERSION_NAME =0.14.0
2
+ VERSION_NAME =0.15.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