Skip to content

Commit

Permalink
Prepare version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech committed Jun 30, 2018
1 parent b7a7472 commit 512dda4
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.12.0 *(In development)*
---------------------------------
Version 0.12.0 *(2018-06-30)*
-----------------------------

- Add the new path for Java class files in newer Android Gradle Plugin … [\#122](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/122) ([vRallev](https://github.com/vRallev))
- Fix id for Gradle Plugin that was added in \#118 [\#120](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/120) ([vanniktech](https://github.com/vanniktech))
- Unify setup, improve a few things and bump versions. [\#118](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/118) ([vanniktech](https://github.com/vanniktech))
- Use Gradle Maven Publish Plugin for publishing. [\#117](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/117) ([vanniktech](https://github.com/vanniktech))
- Instant app support [\#111](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/111) ([dazza5000](https://github.com/dazza5000))

Version 0.11.0 *(2017-12-10)*
-----------------------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "com.vanniktech:gradle-android-junit-jacoco-plugin:0.11.0"
classpath "com.vanniktech:gradle-android-junit-jacoco-plugin:0.12.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.12.0-SNAPSHOT
VERSION_NAME=0.12.0

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

0 comments on commit 512dda4

Please sign in to comment.