All Products
Search
Document Center

Mobile Platform as a Service:mPaaS 10.1.60 upgrade guide

Last Updated:Jun 16, 2026

About the official version of mPaaS 10.1.60

  • 10.1.60 baseline is adapted to Android 10.

  • The 10.1.60 baseline adds the official mini program component, which provides a complete set of APIs with improved stability and compatibility. For details about mini program IDE features such as debugging, preview, and publishing, see The mini program IDE.

  • The HTML5 container is significantly optimized in the 10.1.60 baseline, with a simplified integration process and improved compatibility and stability. For details about upgrading the HTML5 container and offline packages, see Upgrading instructions for the HTML5 container.

  • The 10.1.60 baseline adds OPPO and Vivo push service support to the message push component.

  • The 10.1.60 baseline adds management features to the social sharing component and simplifies the integration process. For details about upgrading social sharing, see Migrate to 10.1.60 baseline.

  • Overall component compatibility, stability, and features are improved in the 10.1.60 baseline. For release notes, see Publish instructions for Android SDK.

Upgrading guide for the official version of mPaaS 10.1.60

Procedure

  1. Upgrade the Android Studio mPaaS plug-in to v2.19123015 or later versions.

    For more information about upgrading the mPaaS plug-in, see Upgrade the mPaaS plug-in.

  2. In the current project of Android Studio, click mPaaS > Baseline Upgrading, select 10.1.60, then click OK.

  3. After upgrading, check if the field “base_line” is 10.1.60 in mpaas_packages.json, which means upgrading completes.

Note

When you upgrade 10.1.60-beta baseline to the official version, you need to follow the preceding steps as well.

Component usage and upgrade instructions

The 10.1.60 baseline introduces significant changes to the integration and usage of the HTML5 container and mini program component. If you use these components, review the following instructions:

  • For details about upgrading the HTML5 container and offline packages, see Upgrading instructions for the HTML5 container.

  • For details about upgrading the mini program, see the mini program upgrading instructions.

  • For details about upgrading the social sharing component, see Migrate to 10.1.60 baseline.

    Notes:

    • Starting from 10.1.60, the sharing SDK is managed by the mPaaS plug-in. To install the sharing component, see Migrate to 10.1.60 baseline for instructions.

    • If you do not use the plug-in to integrate the sharing SDK, you may not receive timely updates and debugging support.

Component API changes

An adaptation layer was introduced for mPaaS components starting from the 10.1.32 baseline. We recommend that you use the adaptation layer APIs. For details, see the upgrade instructions for each component:

Note

We recommend that you use the adaptation layer APIs instead of calling underlying layer methods directly. Underlying layer methods may change or be removed in later versions, which can require significant rework during future upgrades.

Custom dependency configuration

Check all dependencies entries in build.gradle to determine whether any mPaaS component bundle dependencies exist. If you are upgrading from an earlier version such as 10.1.32 to 10.1.60, you may need to recustomize your library for the new version to avoid incompatibility issues. You can open a ticket or contact mPaaS support for assistance.