Skip to content

Commit e9ebf53

Browse files
author
Drew Hannay
committed
Prepare for release 2.2.1
1 parent 59778da commit e9ebf53

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2929
or Gradle:
3030
```
31-
compile 'com.linkedin.dextestparser:parser:2.2.0'
31+
compile 'com.linkedin.dextestparser:parser:2.2.1'
3232
```
3333

3434
or you can manually download the jar from [Bintray](https://bintray.com/linkedin/maven/parser).

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ org.gradle.configureondemand=true
33
org.gradle.parallel=true
44

55
GROUP_ID=com.linkedin.dextestparser
6-
VERSION_NAME=2.2.1-SNAPSHOT
6+
VERSION_NAME=2.2.1

0 commit comments

Comments
 (0)