Skip to content

Commit 846602f

Browse files
committed
Prepare version 0.7.0
1 parent 4bc2c68 commit 846602f

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

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

3-
Version 0.7.0 *(In development)*
4-
--------------------------------
3+
Version 0.7.0 *(2017-08-02)*
4+
----------------------------
5+
6+
- Support popular JVM languages [\#75](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/75) ([jaredsburrows](https://github.com/jaredsburrows))
7+
- \[Tests\] - Add tests for GenerationPlugin [\#71](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/71) ([jaredsburrows](https://github.com/jaredsburrows))
8+
- Don't add jacoco tasks for ignored build variants [\#69](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/69) ([passsy](https://github.com/passsy))
59

610
Version 0.6.0 *(2017-03-20)*
711
----------------------------

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ When having `debug` & `release` build types and `red` & `blue` flavors the follo
2828
- Gets executed when the `check` task is executed
2929
- Generated Jacoco reports can be found under `build/reports/jacoco/`.
3030

31-
Works with the latest Gradle Android Tools version 2.1.3. This plugin is compiled using Java 7 hence you also need Java 7 in order to use it.
31+
Works with the latest Gradle Android Tools version 2.3.3. This plugin is compiled using Java 7 hence you also need Java 7 in order to use it.
3232

3333
# Set up
3434

@@ -40,7 +40,7 @@ buildscript {
4040
mavenCentral()
4141
}
4242
dependencies {
43-
classpath 'com.vanniktech:gradle-android-junit-jacoco-plugin:0.6.0'
43+
classpath 'com.vanniktech:gradle-android-junit-jacoco-plugin:0.7.0'
4444
}
4545
}
4646

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.7.0-SNAPSHOT
2+
VERSION_NAME=0.7.0
33

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

0 commit comments

Comments
 (0)