From dfe22337b810b1c40747c3a5ee66ae6e8f40abe0 Mon Sep 17 00:00:00 2001 From: liuyuanxiao Date: Tue, 8 May 2018 15:54:02 +0800 Subject: [PATCH] commit add nexus 0.0.3 --- ErosPluginAmap/build.gradle | 4 ++-- app/build.gradle | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/ErosPluginAmap/build.gradle b/ErosPluginAmap/build.gradle index e0298e1..c8f7795 100755 --- a/ErosPluginAmap/build.gradle +++ b/ErosPluginAmap/build.gradle @@ -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' } diff --git a/app/build.gradle b/app/build.gradle index 09f6520..3a7c0b7 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -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') }