Skip to content

Commit 046e75c

Browse files
committed
Prepare version 0.11.0
1 parent a1f04df commit 046e75c

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

CHANGELOG.md

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

3-
Version 0.11.0 *(In development)*
4-
---------------------------------
3+
Version 0.11.0 *(2017-12-10)*
4+
-----------------------------
5+
6+
- Only include main sources in the classes directory for Java projects. [\#105](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/105) ([vanniktech](https://github.com/vanniktech))
7+
- Allow ignoring the module path and name [\#103](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/103) ([vRallev](https://github.com/vRallev))
8+
- Ignore classes generated by the android-state library [\#102](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/102) ([vRallev](https://github.com/vRallev))
9+
- Add correct Kotlin class path [\#101](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/101) ([vRallev](https://github.com/vRallev))
10+
- Update Android License hash. [\#98](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/98) ([vanniktech](https://github.com/vanniktech))
11+
- Update plugin-publish-plugin [\#97](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/97) ([timyates](https://github.com/timyates))
512

613
Version 0.10.0 *(2017-10-08)*
714
-----------------------------

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ Works with the latest Gradle Android Tools version 2.3.3. This plugin is compile
4242

4343
```groovy
4444
buildscript {
45-
repositories {
46-
mavenCentral()
47-
}
48-
dependencies {
49-
classpath 'com.vanniktech:gradle-android-junit-jacoco-plugin:0.10.0'
50-
}
45+
repositories {
46+
mavenCentral()
47+
}
48+
dependencies {
49+
classpath 'com.vanniktech:gradle-android-junit-jacoco-plugin:0.11.0'
50+
}
5151
}
5252
5353
apply plugin: 'com.vanniktech.android.junit.jacoco'

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.11.0-SNAPSHOT
2+
VERSION_NAME=0.11.0
33

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

0 commit comments

Comments
 (0)