Skip to content

Commit dfc3a6b

Browse files
author
Drew Hannay
committed
Prepare for release 2.19.1
1 parent b1aac83 commit dfc3a6b

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## Version 2.19.1 (2018-07-25)
4+
- Allow starting of static-spy-session for objects without 0-arg constructor
5+
- Allow static advice to see hidden APIs
6+
37
## Version 2.19.0 (2018-07-06)
48
- Removed last usages of internal Mockito APIs - #46
59
- Added experimental support for mocking static methods on Android P+ via the `dexmaker-mockito-inline-extended` artifact - #97

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,14 @@ For Mockito support, download the latest .jar via Maven:
116116
<dependency>
117117
<groupId>com.linkedin.dexmaker</groupId>
118118
<artifactId>dexmaker-mockito</artifactId>
119-
<version>2.19.0</version>
119+
<version>2.19.1</version>
120120
<type>pom</type>
121121
</dependency>
122122
```
123123

124124
or Gradle:
125125
```
126-
androidTestCompile 'com.linkedin.dexmaker:dexmaker-mockito:2.19.0'
126+
androidTestCompile 'com.linkedin.dexmaker:dexmaker-mockito:2.19.1'
127127
```
128128

129129
_Note: The dependency on Mockito will be transitively included, so there's no need to specify both Mockito AND dexmaker-mockito_

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ org.gradle.configureondemand=false
2424
# org.gradle.parallel=true
2525

2626
GROUP_ID=com.linkedin.dexmaker
27-
VERSION_NAME=2.19.1-SNAPSHOT
27+
VERSION_NAME=2.19.1

0 commit comments

Comments
 (0)