Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d12f1b7

Browse files
author
Drew Hannay
committed
Prepare for release 2.21.0
1 parent 8ff85ed commit d12f1b7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## Version 2.21.0 (2019-01-21)
4+
- Correctly handle shared classloaders
5+
- Update to Mockito 2.21.0
6+
- Allow for AccessFlags.ACC_SYNTHETIC
7+
- Add support for BRIDGE methods and SYNTHETIC fields
8+
- Update Dalvik-dx to 9.0.0_r3
9+
- Do not consider method modifers while sorting [#70](https://github.com/linkedin/dexmaker/issues/70)
10+
- Consider interfaces implemented when generating proxy classes [#124](https://github.com/linkedin/dexmaker/issues/124)
11+
- Improve AppDataDirGuesser to work for secondary Android users [#128](https://github.com/linkedin/dexmaker/issues/128)
12+
313
## Version 2.19.1 (2018-07-25)
414
- Allow starting of static-spy-session for objects without 0-arg constructor
515
- Allow static advice to see hidden APIs

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.21.0-SNAPSHOT
27+
VERSION_NAME=2.21.0

0 commit comments

Comments
 (0)