Skip to content

Commit

Permalink
Prepare for release 2.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Hannay committed Jan 21, 2019
1 parent 8ff85ed commit d12f1b7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## Version 2.21.0 (2019-01-21)
- Correctly handle shared classloaders
- Update to Mockito 2.21.0
- Allow for AccessFlags.ACC_SYNTHETIC
- Add support for BRIDGE methods and SYNTHETIC fields
- Update Dalvik-dx to 9.0.0_r3
- Do not consider method modifers while sorting [#70](https://github.com/linkedin/dexmaker/issues/70)
- Consider interfaces implemented when generating proxy classes [#124](https://github.com/linkedin/dexmaker/issues/124)
- Improve AppDataDirGuesser to work for secondary Android users [#128](https://github.com/linkedin/dexmaker/issues/128)

## Version 2.19.1 (2018-07-25)
- Allow starting of static-spy-session for objects without 0-arg constructor
- Allow static advice to see hidden APIs
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.21.0-SNAPSHOT
VERSION_NAME=2.21.0

0 comments on commit d12f1b7

Please sign in to comment.