Skip to content

Commit

Permalink
commit build.gradle move librart
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyuanxiao committed May 17, 2018
1 parent a269d91 commit 4802f65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion library-wxshare/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

0 comments on commit 4802f65

Please sign in to comment.