diff --git a/README.md b/README.md index 1253c51..67283a0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![CircleCI](https://circleci.com/gh/tmurakami/dexopener.svg?style=shield)](https://circleci.com/gh/tmurakami/dexopener) [![Release](https://jitpack.io/v/tmurakami/dexopener.svg)](https://jitpack.io/#tmurakami/dexopener) -[![Javadoc](https://img.shields.io/badge/Javadoc-1.0.1-brightgreen.svg)](https://jitpack.io/com/github/tmurakami/dexopener/1.0.1/javadoc/)
+[![Javadoc](https://img.shields.io/badge/Javadoc-1.0.2-brightgreen.svg)](https://jitpack.io/com/github/tmurakami/dexopener/1.0.2/javadoc/)
![Android](https://img.shields.io/badge/Android-4.1%2B-blue.svg) A library that provides the ability to mock @@ -131,7 +131,7 @@ And then, add this library as `androidTestImplementation` dependency. ```groovy dependencies { - androidTestImplementation 'com.github.tmurakami:dexopener:1.0.1' + androidTestImplementation 'com.github.tmurakami:dexopener:1.0.2' } ```