Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crash when real hashCode() is called in mocktionsession #170

Merged
merged 2 commits into from
Sep 3, 2020

Conversation

chao2zhang
Copy link
Contributor

This fixed #168

  • This also bumped the minSdk version to 14 in dexmaker*-tests/build.gradle because local run in Android Studio raised the error if not doing so:
    Manifest merger failed : uses-sdk:minSdkVersion 8 cannot be smaller than version 14 declared in library [androidx.test:runner:1.1.1]
  • This also bumped the minSdk version to 9 dexmaker-mockito-inline-extended/build.gradle because Abstract.SimpleImmutableEntry requires API 9.
  • A typo in MemoryLeaks.java is fixed.

…mockito/inline/MarkerToHandlerMap.java

Co-authored-by: Drew Hannay <drewhannay@gmail.com>
@chao2zhang chao2zhang merged commit 7be489f into linkedin:master Sep 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mockStatic PendingIntent got NPE
2 participants