File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
13
## Version 2.19.1 (2018-07-25)
4
14
- Allow starting of static-spy-session for objects without 0-arg constructor
5
15
- 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
24
24
# org.gradle.parallel=true
25
25
26
26
GROUP_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