All Products
Search
Document Center

Mobile Platform as a Service:Step 5 Select a suitable baseline

Last Updated:Feb 06, 2026

A baseline is a collection of stable features that serves as a foundation for further development. The mPaaS product is developed based on a specific version of Alipay, and a baseline is a collection of SDKs from that base version. As the mPaaS product is upgraded, multiple baseline versions become available. Currently, mPaaS provides four baseline versions: 10.2.3, 10.1.68, 10.1.60, and 10.1.32 (no longer maintained). To access more features and lower migration costs, use version 10.2.3.

For more information about baselines, see Introduction to baselines.

Procedure

  1. In Android Studio, open an existing project. Click mPaaS > Native AAR Access to open the access panel.

  2. Click Start Configuration.

  3. In the baseline selection window, select a suitable baseline from the drop-down menu and click OK.

  4. (Optional) If you select baseline 10.2.3, add the following repository to the build.gradle file in the project's root directory. Do not delete any existing repository configurations.

    maven {
     credentials {
       username "626668353c6b5273a0ce984d"
       password "t[4AU)JOBzXN"
     }
     url "https://packages.aliyun.com/63dc774a9dee9309492b993a/maven/repo-jpkdy/"
    }