Androidx Adaptation
Updated: 2022-10-26 10:38:13
Problem Description
How to adapt to Androidx?
Solution
The help center demo repository has a corresponding androidx branch. The code version of the androidx branch is synchronized with the master branch. Download the code from this branch.

Notes
If you need to use a demo version lower than the latest one on the androidx branch, go to the tags and find the corresponding lower version.

If the
targetSdkVersionin your project needs to be compatible with a higher version, refer to the Environment Requirements in the Quick Integration guide.
