All Products
Search
Document Center

Mobile Platform as a Service:Migrate to the 10.1.60 baseline

Last Updated:Jun 03, 2026

Migrate the Social Sharing component from a baseline earlier than 10.1.60 to the 10.1.60 baseline.

Prerequisites

Before you begin, ensure that you have:

  • The mPaaS Android Studio plugin installed

  • An mPaaS project using a Social Sharing component with a baseline earlier than 10.1.60

Migrate the Social Sharing component

  1. Uninstall the old Social Sharing component. If you installed the component following the Installation guide , remove the following lines from your build.gradle file:

    provided "com.alipay.android.phone.mobilecommon:share-build:1.3.0.xxxx:api@jar"
    bundle "com.alipay.android.phone.mobilecommon:share-build:1.3.0.xxxx@jar"
    manifest "com.alipay.android.phone.mobilecommon:share-build:1.3.0.xxxx:AndroidManifest@xml"
  2. Upgrade the baseline to 10.1.60. Skip this step if you have already upgraded to the 10.1.60 baseline. In the Android Studio menu, click mPaaS > Upgrade Baseline, select the 10.1.60 baseline, and then click OK.

  3. Install the Social Sharing component. In the Android Studio menu, click mPaaS > Component Management, and then add the mPaaS Social Sharing component.