A Weex compatible library for users before 0.27

Clone this repo:
  1. cd8488e Update build.gradle by york.sy · 4 years, 8 months ago master
  2. 1b95e7b Update Manifest by york.sy · 4 years, 8 months ago
  3. 06affd7 Init commit for Android by york.sy · 4 years, 8 months ago
  4. 7c4e10c Update README by york.sy · 4 years, 9 months ago
  5. c48caa1 Update License and README.md by york.sy · 4 years, 9 months ago

Abstract

This project services as a compatible library for Android users of Weex. As we rename Java package from com.taobao.weex to org.apache of weex_sdk, users would meet compiling problems if they upgrade to the latest version of weex and still import com.taobao.weex in their code.

Therefore, we provide this library for users' convenience without changing their code and still make use of the latest version of Weex.

Target users

You should not import this library unless the following conditions all meets:

  • You are using weex in Android platform.
  • You have code dependency for Weex 0.26 or prior.
  • You don't want change your code to fit Weex 0.27 at this time.

New users of Weex should never import this library.

Note

This library may be removed or deprecated in the future, please change your code to fit latest API of Weex when it's convenience for you.