Skip to content

Commit 8f21788

Browse files
committed
Prepare version 0.16.0
1 parent 0b2f3d6 commit 8f21788

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

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

3-
Version 0.16.0 *(In development)*
4-
---------------------------------
3+
Version 0.16.0 *(2020-03-22)*
4+
-----------------------------
5+
6+
- "Plugin not found" when using snapshot version [\#159](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/issues/159)
7+
- Fix java classes being skipped in AGP \>= 3.4 [\#166](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/166) ([jeppeman](https://github.com/jeppeman))
8+
- Fix slow file traversal in configuration phase [\#163](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/163) ([fo2rist](https://github.com/fo2rist))
9+
- Fix "Could not get unknown property 'libraryVariants'" for dynamic-feature modules [\#160](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/160) ([igorwojda](https://github.com/igorwojda))
10+
- Add support for Android "dynamic-feature" module type [\#158](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/158) ([igorwojda](https://github.com/igorwojda))
511

612
Version 0.15.0 *(2019-05-27)*
713
-----------------------------

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.15.0"
61+
classpath "com.vanniktech:gradle-android-junit-jacoco-plugin:0.16.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.16.0-SNAPSHOT
2+
VERSION_NAME=0.16.0
33

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

0 commit comments

Comments
 (0)