Skip to content

Commit

Permalink
Prepare for release 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cckroets committed Mar 8, 2022
1 parent a69438e commit dea00f3
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## Version 2.3.4 (2022-03-08)
- Fix BufferUnderflowException when parsing dex file [#73](https://github.com/linkedin/dex-test-parser/pull/73)
- Differentiate overridden vs inherited super test methods [#71] (https://github.com/linkedin/dex-test-parser/pull/71)

## Version 2.3.3 (2021-06-04)
- Fix Dokka publishing [#67](https://github.com/linkedin/dex-test-parser/pull/67)

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -21,14 +21,14 @@ Download the latest .jar via Maven:
<dependency>
<groupId>com.linkedin.dextestparser</groupId>
<artifactId>parser</artifactId>
<version>2.3.3</version>
<version>2.3.4</version>
<type>pom</type>
</dependency>
```

or Gradle:
```
compile 'com.linkedin.dextestparser:parser:2.3.3'
compile 'com.linkedin.dextestparser:parser:2.3.4'
```

or you can manually download the jar from [Bintray](https://bintray.com/linkedin/maven/parser).
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -3,5 +3,5 @@ org.gradle.configureondemand=true
org.gradle.parallel=true

GROUP_ID=com.linkedin.dextestparser
VERSION_NAME=2.3.4-SNAPSHOT
VERSION_NAME=2.3.4
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m

0 comments on commit dea00f3

Please sign in to comment.