Skip to content

Commit

Permalink
Release version: 2.0.4 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
tmurakami committed Sep 8, 2019
1 parent fd89d0b commit 6f4ef10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![Android](https://img.shields.io/badge/Android-4.1%2B-blue.svg)
[![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-2.0.3-brightgreen.svg)](https://jitpack.io/com/github/tmurakami/dexopener/2.0.3/javadoc/)
[![Javadoc](https://img.shields.io/badge/Javadoc-2.0.4-brightgreen.svg)](https://jitpack.io/com/github/tmurakami/dexopener/2.0.4/javadoc/)

An Android library that provides the ability to mock your final classes
on Android devices.
Expand All @@ -24,7 +24,7 @@ repositories {
}
dependencies {
androidTestImplementation 'com.github.tmurakami:dexopener:2.0.3'
androidTestImplementation 'com.github.tmurakami:dexopener:2.0.4'
androidTestImplementation 'androidx.test:runner:x.y.z'
Expand Down

0 comments on commit 6f4ef10

Please sign in to comment.