Skip to content

Commit

Permalink
Prepare for release 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Hannay committed Mar 26, 2018
1 parent 205d5d6 commit 58163fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## Version 2.16.0 (SNAPSHOT)
## Version 2.16.0 (2018-03-26)
- New dexmaker-mockito-inline artifact which implements the Mockito inline API and allows mocking final classes & methods on Android P+
- **NOTE:** Using this artifact requires compiling and running with at least Android P Developer Preview 1
- ByteBuddy is now excluded from the transitive dependency on Mockito, which should bring significant method count savings for dexmaker-mockito users - #82
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,14 @@ For Mockito support, download the latest .jar via Maven:
<dependency>
<groupId>com.linkedin.dexmaker</groupId>
<artifactId>dexmaker-mockito</artifactId>
<version>2.12.1</version>
<version>2.16.0</version>
<type>pom</type>
</dependency>
```

or Gradle:
```
androidTestCompile 'com.linkedin.dexmaker:dexmaker-mockito:2.12.1'
androidTestCompile 'com.linkedin.dexmaker:dexmaker-mockito:2.16.0'
```

_Note: The dependency on Mockito will be transitively included, so there's no need to specify both Mockito AND dexmaker-mockito_
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ org.gradle.parallel=true
# org.gradle.parallel=true

GROUP_ID=com.linkedin.dexmaker
VERSION_NAME=2.15.0-SNAPSHOT
VERSION_NAME=2.16.0

0 comments on commit 58163fa

Please sign in to comment.