Skip to content

Commit

Permalink
commit nexus 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyuanxiao committed May 8, 2018
1 parent d1126c6 commit 38dd6de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ android {
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
javaCompileOptions.annotationProcessorOptions.includeCompileClasspath = true
}
buildTypes {
release {
Expand All @@ -25,4 +26,7 @@ dependencies {
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'
implementation 'com.github.bmfe:WeexErosFramework:0.0.4'
}
2 changes: 1 addition & 1 deletion library-wxshare/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ dependencies {
compile files('libs/umeng_social_net.jar')
compile files('libs/umeng_social_api.jar')
compile files('libs/umeng_social_tool.jar')
implementation 'com.github.myliuyx:android-eros-nexus:0.0.2'
implementation 'com.github.bmfe:eros-nexus:0.0.3'
}

0 comments on commit 38dd6de

Please sign in to comment.