From 73b2bd76864b892f064122b2de8afea0c938b8d2 Mon Sep 17 00:00:00 2001 From: ForgetAll Date: Tue, 9 Apr 2019 23:19:06 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b658d2c..f2745f6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ 一直还有人在 star,为了对得起各位的 star,我还是捡起来吧。。。 + # LoadingDialog [![](https://jitpack.io/v/ForgetAll/LoadingDialog.svg)](https://jitpack.io/#ForgetAll/LoadingDialog) @@ -18,7 +19,7 @@ Step 1. 把这玩意加到你的build.gradle里: Step 2. 加上这个依赖 dependencies { - compile 'com.github.ForgetAll:LoadingDialog:v1.0.4' + implementation 'com.github.ForgetAll:LoadingDialog:v1.1.0' } From 373ed006a8d7da6650b716c92b663b11c0623aa1 Mon Sep 17 00:00:00 2001 From: ForgetAll Date: Wed, 10 Apr 2019 01:07:57 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2745f6..092b876 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Step 1. 把这玩意加到你的build.gradle里: Step 2. 加上这个依赖 dependencies { - implementation 'com.github.ForgetAll:LoadingDialog:v1.1.0' + implementation 'com.github.ForgetAll:LoadingDialog:v1.1.0-alpha' }