diff --git a/app/build.gradle b/app/build.gradle index 2936ada..10f5d70 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,6 +25,7 @@ dependencies { implementation 'com.android.support.constraint:constraint-layout:1.1.0' testImplementation 'junit:junit:4.12' implementation 'com.android.support:appcompat-v7:25.3.1' + implementation project(':library-wxshare') // implementation 'com.github.bmfe:eros-nexus:0.0.3' diff --git a/library-wxshare/build.gradle b/library-wxshare/build.gradle index 4f40de8..3cebbcc 100755 --- a/library-wxshare/build.gradle +++ b/library-wxshare/build.gradle @@ -34,6 +34,6 @@ dependencies { compile files('libs/umeng_social_api.jar') compile files('libs/umeng_social_tool.jar') - compile project(':nexus') +// compile project(':nexus') implementation 'com.github.bmfe.eros-nexus:nexus:1.0.1' }