A baseline is a collection of SDKs built on a specific version of Alipay, serving as the foundation for your mPaaS integration. mPaaS provides four baseline versions: 10.2.3, 10.1.68, 10.1.60, and 10.1.32. Version 10.1.32 is no longer maintained. Use version 10.2.3, which offers the most features and the lowest migration cost.
For more information about baselines, see Introduction to baselines.
Select and configure a baseline
In Android Studio, open an existing project. Click mPaaS > Native AAR Access to open the access panel.
Click Start Configuration.
In the baseline selection window, select a baseline from the drop-down menu and click OK.
-
If you selected baseline 10.2.3, add the following repository to the
build.gradlefile in the project's root directory. Do not delete any existing repository configurations. Skip this step if you selected a different baseline.maven { credentials { username "626668353c6b5273a0ce984d" password "t[4AU)JOBzXN" } url "https://packages.aliyun.com/63dc774a9dee9309492b993a/maven/repo-jpkdy/" }