From 6df66c3e9f1d85240d16e8532c3319924a34fdb0 Mon Sep 17 00:00:00 2001 From: liuyuanxiao Date: Mon, 14 May 2018 14:53:15 +0800 Subject: [PATCH] commit update plugin version --- erosplugingt/build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/erosplugingt/build.gradle b/erosplugingt/build.gradle index f9f9276..a9bc98a 100755 --- a/erosplugingt/build.gradle +++ b/erosplugingt/build.gradle @@ -36,5 +36,7 @@ dependencies { compile 'junit:junit:4.12' compile files('libs/GetuiSDK2.12.3.0.jar') - compile project(':nexus') +// compile project(':nexus') + implementation 'com.github.bmfe.eros-nexus:nexus:1.0.0' } +