Skip to content

Commit

Permalink
Prepare for release 2.28.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoser committed Aug 9, 2024
1 parent c9f2a00 commit 60322d0
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,5 +1,9 @@
# Change Log

## Version 2.28.4
- Use NDK r27 and package riscv64 artifacts [#193](https://github.com/linkedin/dexmaker/pull/193)
- Upgrade dexmaker to AGP 8.5 [#192](https://github.com/linkedin/dexmaker/pull/192)

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

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.3</version>
<version>2.28.4</version>
<type>pom</type>
</dependency>
```

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

_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.4-SNAPSHOT
VERSION_NAME=2.28.4

0 comments on commit 60322d0

Please sign in to comment.