Skip to content

Commit 0609f38

Browse files
committed
Prepare for release 2.28.1
1 parent 25ab29d commit 0609f38

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## Version 2.28.1
4+
- Move artifact publishing from JCenter to MavenCentral [#174](https://github.com/linkedin/dexmaker/pull/174)
5+
- Fix crash when real hashCode() is called in mocktionsession [#170](https://github.com/linkedin/dexmaker/pull/170)
6+
- Change mockito-core dependency from "implementation" to "api" [#166](https://github.com/linkedin/dexmaker/issues/166)
7+
38
## Version 2.28.0
49
- guessPath not to depend on the first level of app directory - [#156](https://github.com/linkedin/dexmaker/pull/156)
510
- Support generating locals that reference generated class types - [#151](https://github.com/linkedin/dexmaker/pull/151)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,14 @@ For Mockito support, download the latest .jar via Maven:
116116
<dependency>
117117
<groupId>com.linkedin.dexmaker</groupId>
118118
<artifactId>dexmaker-mockito</artifactId>
119-
<version>2.28.0</version>
119+
<version>2.28.1</version>
120120
<type>pom</type>
121121
</dependency>
122122
```
123123

124124
or Gradle:
125125
```
126-
androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito:2.28.0'
126+
androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito:2.28.1'
127127
```
128128

129129
_Note: The dependency on Mockito will be transitively included, so there's no need to specify both Mockito AND dexmaker-mockito_

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ org.gradle.parallel=true
1818
android.useAndroidX=true
1919

2020
GROUP_ID=com.linkedin.dexmaker
21-
VERSION_NAME=2.28.1-SNAPSHOT
21+
VERSION_NAME=2.28.1

0 commit comments

Comments
 (0)