From bfc12432d8f8fefbb3d8f9ee2ee33898b8da044a Mon Sep 17 00:00:00 2001 From: jony Date: Tue, 8 May 2018 19:10:59 +0800 Subject: [PATCH] Update build.gradle implementation 'com.github.bmfe.eros-nexus:nexus:0.0.6' --- library-wxshare/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library-wxshare/build.gradle b/library-wxshare/build.gradle index ee6682c..4bfc8c5 100755 --- a/library-wxshare/build.gradle +++ b/library-wxshare/build.gradle @@ -33,5 +33,5 @@ dependencies { compile files('libs/umeng_social_net.jar') compile files('libs/umeng_social_api.jar') compile files('libs/umeng_social_tool.jar') - implementation 'com.github.bmfe:eros-nexus:0.0.3' + implementation 'com.github.bmfe.eros-nexus:nexus:0.0.6' }