GitHub user lucky-chen opened a pull request:
https://github.com/apache/incubator-weex/pull/1230
[WEEX-421] [core] use interface replacce android_bridge_impl
use
```
WeexCoreManager::getInstance()->getPlatformBridge()->xxx
```
to replace
```
Bridge_Impl_Android::getInstance()->xxx
```
in weexCore
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lucky-chen/incubator-weex
core-feture-rmAndroidBridgeImpl
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-weex/pull/1230.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1230
----
commit 0100e5fca9089533fe87d11b71f038b07dc473b5
Author: zhongcang <qh438406812@...>
Date: 2018-05-31T12:33:34Z
* [core] use interface replacce android_bridge_impl
----
---