File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ org.gradle.configureondemand=false
2424# org.gradle.parallel=true
2525
2626GROUP_ID =com.linkedin.dexmaker
27- VERSION_NAME =2.21.0-SNAPSHOT
27+ VERSION_NAME =2.21.0
You can’t perform that action at this time.
0 commit comments