Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paveldudka committed Feb 21, 2016
1 parent b34b175 commit 91a3188
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Change Log
==========
Version 0.2.1 *(2016-02-20)*
----------------------------
* Added support for library variants (thanks @explodes)

Version 0.2.0 *(2016-02-01)*
----------------------------
* [#1](https://github.com/paveldudka/JacocoEverywhere/issues/1) - Plugin is hardcoded to `debug` build type
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.trickyandroid:jacoco-everywhere:0.2.0'
classpath 'com.trickyandroid:jacoco-everywhere:0.2.1'
}
}
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.trickyandroid:jacoco-everywhere:0.2.0'
classpath 'com.trickyandroid:jacoco-everywhere:0.2.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.0.0-alpha9'
classpath 'com.android.tools.build:gradle:2.0.0-beta5'
}
}

Expand Down
2 changes: 1 addition & 1 deletion plugin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# org.gradle.parallel=true


VERSION_NAME=0.2.0
VERSION_NAME=0.2.1

ARTIFACT_NAME=jacoco-everywhere
POM_DESCRIPTION=Gradle plugin which allows to generate Jacoco coverage report for both integration & unit tests
Expand Down

0 comments on commit 91a3188

Please sign in to comment.