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.1.1 (2020-06-11)
4+
5+ - Fix test parsing when class and superclass are in different dex files [ #45 ] ( https://github.com/linkedin/dex-test-parser/issues/45 )
6+
37## Version 2.2.0 (2019-11-05)
48
59- Add support for encoded array values in annotations
Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ Download the latest .jar via Maven:
2121 <dependency >
2222 <groupId >com.linkedin.dextestparser</groupId >
2323 <artifactId >parser</artifactId >
24- <version >2.2.0 </version >
24+ <version >2.2.1 </version >
2525 <type >pom</type >
2626 </dependency >
2727```
2828
2929or Gradle:
3030```
31- compile 'com.linkedin.dextestparser:parser:2.2.0 '
31+ compile 'com.linkedin.dextestparser:parser:2.2.1 '
3232```
3333
3434or you can manually download the jar from [ Bintray] ( https://bintray.com/linkedin/maven/parser ) .
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ org.gradle.configureondemand=true
33org.gradle.parallel =true
44
55GROUP_ID =com.linkedin.dextestparser
6- VERSION_NAME =2.2.1-SNAPSHOT
6+ VERSION_NAME =2.2.1
You can’t perform that action at this time.
0 commit comments