File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ Version 0.13.0 * (In development)*
4
+ ---------------------------------
5
+
3
6
Version 0.12.0 * (2018-06-30)*
4
7
-----------------------------
5
8
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ buildscript {
58
58
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
59
59
}
60
60
dependencies {
61
- classpath "com.vanniktech:gradle-android-junit-jacoco-plugin:0.12 .0-SNAPSHOT"
61
+ classpath "com.vanniktech:gradle-android-junit-jacoco-plugin:0.13 .0-SNAPSHOT"
62
62
}
63
63
}
64
64
Original file line number Diff line number Diff line change 1
1
GROUP =com.vanniktech
2
- VERSION_NAME =0.12.0
2
+ VERSION_NAME =0.13.0-SNAPSHOT
3
3
4
4
POM_ARTIFACT_ID =gradle-android-junit-jacoco-plugin
5
5
POM_NAME =Gradle Android Jacoco Plugin
You can’t perform that action at this time.
0 commit comments