Skip to content

Commit

Permalink
Prepare for release 2.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
li-wjohnson committed Feb 12, 2021
1 parent 25ab29d commit 0609f38
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.28.1
- Move artifact publishing from JCenter to MavenCentral [#174](https://github.com/linkedin/dexmaker/pull/174)
- Fix crash when real hashCode() is called in mocktionsession [#170](https://github.com/linkedin/dexmaker/pull/170)
- Change mockito-core dependency from "implementation" to "api" [#166](https://github.com/linkedin/dexmaker/issues/166)

## Version 2.28.0
- guessPath not to depend on the first level of app directory - [#156](https://github.com/linkedin/dexmaker/pull/156)
- Support generating locals that reference generated class types - [#151](https://github.com/linkedin/dexmaker/pull/151)
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.0</version>
<version>2.28.1</version>
<type>pom</type>
</dependency>
```

or Gradle:
```
androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito:2.28.0'
androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito:2.28.1'
```

_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.1-SNAPSHOT
VERSION_NAME=2.28.1

0 comments on commit 0609f38

Please sign in to comment.