Skip to content

Commit 8cb5d48

Browse files
committed
Prepare version 0.13.0
1 parent f22085c commit 8cb5d48

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

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

3-
Version 0.13.0 *(In development)*
4-
---------------------------------
3+
Version 0.13.0 *(2018-10-11)*
4+
-----------------------------
5+
6+
- Update Gradle Maven Publish Plugin to 0.6.0 [\#132](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/132) ([vanniktech](https://github.com/vanniktech))
7+
- Integrate instrumentation tests [\#131](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/131) ([vRallev](https://github.com/vRallev))
8+
- Don't apply the plugin for Android test projects [\#130](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/130) ([vRallev](https://github.com/vRallev))
9+
- Use Jacoco 0.8.2 by default [\#129](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/129) ([vRallev](https://github.com/vRallev))
10+
- Reapply the Jacoco version after the project has been evaluated [\#128](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/128) ([vRallev](https://github.com/vRallev))
11+
- Update Plugin Publish Plugin to 0.10.0 [\#126](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/126) ([vanniktech](https://github.com/vanniktech))
12+
- Support all the Android / Java plugins. [\#124](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/124) ([vanniktech](https://github.com/vanniktech))
13+
14+
Big thanks to Ralf for all of his work!
515

616
Version 0.12.0 *(2018-06-30)*
717
-----------------------------

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.12.0"
61+
classpath "com.vanniktech:gradle-android-junit-jacoco-plugin:0.13.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.13.0-SNAPSHOT
2+
VERSION_NAME=0.13.0
33

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

0 commit comments

Comments
 (0)