Skip to content

Commit

Permalink
Release version: 2.0.0-alpha03 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
tmurakami committed Nov 6, 2018
1 parent e38983a commit a330205
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 @@ -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-2.0.0--alpha02-brightgreen.svg)](https://jitpack.io/com/github/tmurakami/dexopener/2.0.0-alpha02/javadoc/)<br>
[![Javadoc](https://img.shields.io/badge/Javadoc-2.0.0--alpha02-brightgreen.svg)](https://jitpack.io/com/github/tmurakami/dexopener/2.0.0-alpha03/javadoc/)<br>
![Android](https://img.shields.io/badge/Android-4.1%2B-blue.svg)

A library provides the ability to mock your final classes on Android
Expand All @@ -17,7 +17,7 @@ repositories {
}
dependencies {
androidTestImplementation 'com.github.tmurakami:dexopener:2.0.0-alpha02'
androidTestImplementation 'com.github.tmurakami:dexopener:2.0.0-alpha03'
androidTestImplementation 'androidx.test:runner:x.y.z
// DexOpener is also usable together with the support test runner.
Expand Down

0 comments on commit a330205

Please sign in to comment.