Skip to content

Commit

Permalink
Prepare for release 2.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Hannay committed Nov 21, 2019
1 parent 7cbdef8 commit bc2c937
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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 2.25.1 (2019-11-21)
- Add support for abstract and native methods generation - [#144](https://github.com/linkedin/dexmaker/pull/144)
- Allow ProxyBuilder to call hidden APIs - [#150](https://github.com/linkedin/dexmaker/pull/150)

## Version 2.25.0 (2019-03-21)
- Update Mockito to 2.25.0
- Fix crash in InspectClass - [#134](https://github.com/linkedin/dexmaker/issues/134)
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.25.0</version>
<version>2.25.1</version>
<type>pom</type>
</dependency>
```

or Gradle:
```
androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito:2.25.0'
androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito:2.25.1'
```

_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 @@ -24,4 +24,4 @@ org.gradle.configureondemand=false
# org.gradle.parallel=true

GROUP_ID=com.linkedin.dexmaker
VERSION_NAME=2.25.1-SNAPSHOT
VERSION_NAME=2.25.1

0 comments on commit bc2c937

Please sign in to comment.