Skip to content

Commit

Permalink
Prepare for release 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoser committed Jun 4, 2021
1 parent eca0b3e commit 952d632
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## Version 2.3.2 (2021-06-04)
- Fix issue with callable references in Kotlin 1.4 [#65](https://github.com/linkedin/dex-test-parser/pull/64)
- Update Dokka to 1.4.32 [#64](https://github.com/linkedin/dex-test-parser/pull/64)
- Update to AGP 4.2 and remove JCenter dependency [#63](https://github.com/linkedin/dex-test-parser/pull/63)

## Version 2.3.1 (2021-02-21)

- Moved argument parsing to a new library [#60](https://github.com/linkedin/dex-test-parser/pull/60)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ Download the latest .jar via Maven:
<dependency>
<groupId>com.linkedin.dextestparser</groupId>
<artifactId>parser</artifactId>
<version>2.3.1</version>
<version>2.3.2</version>
<type>pom</type>
</dependency>
```

or Gradle:
```
compile 'com.linkedin.dextestparser:parser:2.3.1'
compile 'com.linkedin.dextestparser:parser:2.3.2'
```

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

GROUP_ID=com.linkedin.dextestparser
VERSION_NAME=2.3.2-SNAPSHOT
VERSION_NAME=2.3.2

0 comments on commit 952d632

Please sign in to comment.