From 6c43e05b4e7c07a843e3691a36176125debca46d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7F?= <284061805@qq.com> Date: Mon, 24 Jun 2019 14:06:05 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b9063f..ae774f8 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ AndProGuard 是为了方便Android开发者防混淆配置的库,只要使用 #### Step 2. Add the dependency ``` dependencies { - compile 'com.github.F1ReKing:AndProGuard:x.y.z' + implementation 'com.github.F1ReKing:AndProGuard:x.y.z' } ``` Current latest version: [![](https://jitpack.io/v/F1ReKing/AndProGuard.svg)](https://jitpack.io/#F1ReKing/AndProGuard)