optimizely / android-sdk

Android SDK for Optimizely Feature Experimentation and Optimizely Full Stack (legacy)
https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs/android-sdk
Apache License 2.0
55 stars 39 forks source link

chore: upgrade mockito and tests for jdk11 cleanup #412

Closed jaeopt closed 2 years ago

jaeopt commented 2 years ago

Summary

jaeopt commented 2 years ago

mockito 3.x requires android API 24+. It cannot be used for the sdk with minSdkVersion = 14. We'll hold this upgrading until we boost the minSdkVersion to 24 or higher.