We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7828afb commit 6b0c076Copy full SHA for 6b0c076
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
3
+## Version 2.25.0 (2019-03-21)
4
+- Update Mockito to 2.25.0
5
+- Fix crash in InspectClass - [#134](https://github.com/linkedin/dexmaker/issues/134)
6
+- Implement new InlineMockMaker interface in Mockito 2.25.0 - [#137](https://github.com/linkedin/dexmaker/issues/137)
7
+
8
## Version 2.21.0 (2019-01-21)
9
- Correctly handle shared classloaders
10
- Update to Mockito 2.21.0
gradle.properties
@@ -24,4 +24,4 @@ org.gradle.configureondemand=false
24
# org.gradle.parallel=true
25
26
GROUP_ID=com.linkedin.dexmaker
27
-VERSION_NAME=2.25.0-SNAPSHOT
+VERSION_NAME=2.25.0
0 commit comments