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' } +