From 3eea2445d7eec3e5c8cf3e37bce45679a522547d Mon Sep 17 00:00:00 2001 From: Drew Hannay Date: Mon, 9 Jul 2018 18:57:48 -0700 Subject: [PATCH] Prepare for release 2.19.0 --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 398a3996..c226b744 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## Version 2.19.0 (2018-07-06) +- Removed last usages of internal Mockito APIs - #46 +- Added experimental support for mocking static methods on Android P+ via the `dexmaker-mockito-inline-extended` artifact - #97 +- Updated `dexmaker-mockito-inline` to compile against finalized Android P APIs +- Updated `dexmaker-mockito-inline` to allow mocks to call blacklisted APIs on Android P - #106 +- Updated underlying Mockito version to 2.19.0 + ## Version 2.16.0 (2018-03-26) - New dexmaker-mockito-inline artifact which implements the Mockito inline API and allows mocking final classes & methods on Android P+ - **NOTE:** Using this artifact requires compiling and running with at least Android P Developer Preview 1 diff --git a/gradle.properties b/gradle.properties index 4c159aac..50a10a4f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -24,4 +24,4 @@ org.gradle.configureondemand=false # org.gradle.parallel=true GROUP_ID=com.linkedin.dexmaker -VERSION_NAME=2.19.0-SNAPSHOT +VERSION_NAME=2.19.0