Skip to content

Commit

Permalink
Prepare version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech committed Aug 2, 2017
1 parent 4bc2c68 commit 846602f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Change Log

Version 0.7.0 *(In development)*
--------------------------------
Version 0.7.0 *(2017-08-02)*
----------------------------

- Support popular JVM languages [\#75](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/75) ([jaredsburrows](https://github.com/jaredsburrows))
- \[Tests\] - Add tests for GenerationPlugin [\#71](https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/71) ([jaredsburrows](https://github.com/jaredsburrows))
- 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))

Version 0.6.0 *(2017-03-20)*
----------------------------
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ When having `debug` & `release` build types and `red` & `blue` flavors the follo
- Gets executed when the `check` task is executed
- Generated Jacoco reports can be found under `build/reports/jacoco/`.

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.
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.

# Set up

Expand All @@ -40,7 +40,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.vanniktech:gradle-android-junit-jacoco-plugin:0.6.0'
classpath 'com.vanniktech:gradle-android-junit-jacoco-plugin:0.7.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.7.0-SNAPSHOT
VERSION_NAME=0.7.0

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

0 comments on commit 846602f

Please sign in to comment.