Skip to content

Commit

Permalink
Prepare for release 2.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Hannay committed Jun 4, 2020
1 parent 4b7c28b commit 495bc79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## Version 2.25.2-SNAPSHOT
## 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)
- Update Mockito to 2.28.2 - [#153](https://github.com/linkedin/dexmaker/pull/153)
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.25.1</version>
<version>2.28.0</version>
<type>pom</type>
</dependency>
```

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

_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 @@ -24,6 +24,6 @@ org.gradle.configureondemand=false
# org.gradle.parallel=true

GROUP_ID=com.linkedin.dexmaker
VERSION_NAME=2.25.2-SNAPSHOT
VERSION_NAME=2.28.0

android.useAndroidX=true

0 comments on commit 495bc79

Please sign in to comment.