Skip to content

Commit

Permalink
Prepare for release 2.28.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cckroets committed Jul 11, 2022
1 parent 0a86cad commit e3b9c00
Show file tree
Hide file tree
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,7 +1,11 @@
# Change Log

## Version 2.28.3
- Update CI flows to use Java 11 [#182](https://github.com/linkedin/dexmaker/pull/182)

## Version 2.28.2
- Make generated jar files read-only after creation [#181](https://github.com/linkedin/dexmaker/pull/181)
- Note: This release was never published due to a release error

## Version 2.28.1
- Move artifact publishing from JCenter to MavenCentral [#174](https://github.com/linkedin/dexmaker/pull/174)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,14 @@ For Mockito support, download the latest .jar via Maven:
<dependency>
<groupId>com.linkedin.dexmaker</groupId>
<artifactId>dexmaker-mockito</artifactId>
<version>2.28.2</version>
<version>2.28.3</version>
<type>pom</type>
</dependency>
```

or Gradle:
```
androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito:2.28.2'
androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito:2.28.3'
```

_Note: The dependency on Mockito will be transitively included, so there's no need to specify both Mockito AND dexmaker-mockito_
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ org.gradle.parallel=true
android.useAndroidX=true

GROUP_ID=com.linkedin.dexmaker
VERSION_NAME=2.28.3-SNAPSHOT
VERSION_NAME=2.28.3

0 comments on commit e3b9c00

Please sign in to comment.