Skip to content

Commit

Permalink
commit add 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 76a305b commit dfe2233
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ErosPluginAmap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'junit:junit:4.12'
// compile 'com.benmu.eros:eros-nexus:0.0.1'
compile 'com.github.myliuyx:android-eros-nexus:0.0.2'
//高德地图
compile 'com.amap.api:location:latest.integration'
compile 'com.amap.api:3dmap:latest.integration'
compile 'com.github.dcendents:android-maven-gradle-plugin:1.5'

implementation 'com.github.bmfe:eros-nexus:0.0.3'
}
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,8 @@ dependencies {
})
compile "com.android.support:support-v4:${PROJECT_SUPPORTLIBVERSION}"
testCompile 'junit:junit:4.12'
// compile 'com.github.bmfe.eros-android-worker:eros-framework:eros_v0.0.1'
compile 'com.github.myliuyx:android-eros-nexus:0.0.2'
compile 'com.github.aa453509345:eros-framework:framework_0.3'
implementation 'com.github.bmfe:eros-nexus:0.0.3'
implementation 'com.github.bmfe:WeexErosFramework:0.0.4'
compile project(path: ':ErosPluginAmap')
}

0 comments on commit dfe2233

Please sign in to comment.