Skip to content

Commit

Permalink
Prepare version 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech committed Mar 22, 2020
1 parent 0b2f3d6 commit 8f21788
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Change Log

Version 0.16.0 *(In development)*
---------------------------------
Version 0.16.0 *(2020-03-22)*
-----------------------------

- "Plugin not found" when using snapshot version [\#159](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/issues/159)
- 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))
- Fix slow file traversal in configuration phase [\#163](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/163) ([fo2rist](https://github.com/fo2rist))
- 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))
- 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))

Version 0.15.0 *(2019-05-27)*
-----------------------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "com.vanniktech:gradle-android-junit-jacoco-plugin:0.15.0"
classpath "com.vanniktech:gradle-android-junit-jacoco-plugin:0.16.0"
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.vanniktech
VERSION_NAME=0.16.0-SNAPSHOT
VERSION_NAME=0.16.0

POM_ARTIFACT_ID=gradle-android-junit-jacoco-plugin
POM_NAME=Gradle Android Jacoco Plugin
Expand Down

0 comments on commit 8f21788

Please sign in to comment.