All Products
Search
Document Center

Mobile Platform as a Service:International 10.2.3.global Series

Last Updated:Jun 02, 2026

The mPaaS client performs identity verification for Alibaba Cloud customers. Users who fail this check cannot use mPaaS capabilities. To ensure uninterrupted use, retrieve the .config file from the mPaaS console again and import it into your project. For more information, see mPaaS identity verification.

These release notes cover updates to the Mobile Development Platform (mPaaS) Android SDK for the 10.2.3.global baseline. The updates are listed in reverse chronological order.

  • Added

  • Updated

  • Fixed

  • Removed

  • Known issues

For details about upgrading to and working with the 10.2.3.global baseline, see the mPaaS Internationalization Guide and the mPaaS 16 KB Adaptation Guide.

Note

If you are using the 10.2.3.global baseline, you must manually add the following Maven repository configuration. Do not remove any existing repository configurations from your project.

To manually configure the Maven repository:

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

We recommend using the International Edition 10.2.3.global baseline via either of the following methods:

Method 1:

com.mpaas.android:mpaas-baseline-10.2.3.global:1

Method 2:

ext {
    mpaas_artifact = "mpaas-baseline-10.2.3.global"
    mpaas_baseline = "1"
}

10.2.3.global.2 (2026-06-01)

Application Performance Management

  • Updated Support for a Custom Network Performance Monitoring Protocol.

  • Updated Implementation of an automated monitoring system for fragment loading performance.

10.2.3.global.1 (2026-04-22)

mPaaS framework

  • Added support for 16 KB.

  • Added support for multiple languages, including English, French, and Russian.

  • Added support in Blue Shield for the Google Play re-signing mechanism.