Skip to content

Commit 17cc503

Browse files
committed
Prepare version 0.15.0
1 parent 6ac414d commit 17cc503

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Change Log
22

3-
Version 0.15.0 *(In development)*
4-
---------------------------------
3+
Version 0.15.0 *(2019-05-27)*
4+
-----------------------------
5+
6+
- Fixed "No signature of method: org.gradle.api.internal.file.CompositeFileCollection$1.setFrom\(\)" bug for mergeJacocoReports task. [\#157](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/157) ([vasdeepika](https://github.com/vasdeepika))
7+
- Fix Gradle 6.0 deprecation warnings. [\#155](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/155) ([vanniktech](https://github.com/vanniktech))
58

69
Version 0.14.0 *(2019-04-30)*
710
-----------------------------

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ buildscript {
5858
mavenCentral()
5959
}
6060
dependencies {
61-
classpath "com.vanniktech:gradle-android-junit-jacoco-plugin:0.14.0"
61+
classpath "com.vanniktech:gradle-android-junit-jacoco-plugin:0.15.0"
6262
}
6363
}
6464

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.vanniktech
2-
VERSION_NAME=0.15.0-SNAPSHOT
2+
VERSION_NAME=0.15.0
33

44
POM_ARTIFACT_ID=gradle-android-junit-jacoco-plugin
55
POM_NAME=Gradle Android Jacoco Plugin

0 commit comments

Comments
 (0)