From 89b6584206cebaf27ace731d1c1aea7a78548439 Mon Sep 17 00:00:00 2001 From: jony Date: Tue, 8 May 2018 19:10:33 +0800 Subject: [PATCH] Update build.gradle implementation 'com.github.bmfe.eros-nexus:nexus:0.0.6' --- erosplugingt/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erosplugingt/build.gradle b/erosplugingt/build.gradle index ce0089f..149b937 100755 --- a/erosplugingt/build.gradle +++ b/erosplugingt/build.gradle @@ -34,6 +34,6 @@ dependencies { compile 'com.android.support:appcompat-v7:25.3.1' compile 'junit:junit:4.12' - implementation 'com.github.bmfe:eros-nexus:0.0.3' + implementation 'com.github.bmfe.eros-nexus:nexus:0.0.6' compile files('libs/GetuiSDK2.12.3.0.jar') }