From a330205e52ef0a95cc6f89292cf27023daf564a7 Mon Sep 17 00:00:00 2001 From: Tsuyoshi Murakami Date: Wed, 7 Nov 2018 05:03:14 +0900 Subject: [PATCH] Release version: 2.0.0-alpha03 [ci skip] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4896d74..da7b142 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-2.0.0--alpha02-brightgreen.svg)](https://jitpack.io/com/github/tmurakami/dexopener/2.0.0-alpha02/javadoc/)
+[![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/)
![Android](https://img.shields.io/badge/Android-4.1%2B-blue.svg) A library provides the ability to mock your final classes on Android @@ -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.