From 42ea6aa5dcad2add4c02feda2a29e978847c49b2 Mon Sep 17 00:00:00 2001 From: liuyuanxiao Date: Thu, 17 May 2018 11:09:01 +0800 Subject: [PATCH] commit plugin --- library-wxpay/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library-wxpay/build.gradle b/library-wxpay/build.gradle index a1c7faa..0a0e3a5 100755 --- a/library-wxpay/build.gradle +++ b/library-wxpay/build.gradle @@ -30,6 +30,6 @@ dependencies { testImplementation 'junit:junit:4.12' compile files('libs/libammsdk.jar') - compile project(':nexus') -// implementation 'com.github.bmfe.eros-nexus:nexus:1.0.0' +// compile project(':nexus') + implementation 'com.github.bmfe.eros-nexus:nexus:1.0.1' }