International 10.2.3.global series

Updated at:

The mPaaS client verifies the identity of Alibaba Cloud customers. If this verification fails, you can no longer use mPaaS features. To continue using mPaaS, retrieve the .config file again from the mPaaS console and import it into your project. For more information, see mPaaS user identity verification.

These release notes provide updates for the international 10.2.3.global baseline of the Mobile PaaS (mPaaS) Android SDK in reverse chronological order.

  • New features

  • Updated features

  • Repair feature

  • The Remove feature

  • Known issues

For more information about upgrading and adapting to the international 10.2.3.global baseline, see mPaaS internationalization guide and mPaaS 16 KB adaptation.

Note

If you are using the international 10.2.3.global baseline, you must manually add the following Maven repository configuration. Do not delete existing repository configurations in your project.

Manually configure the Maven repository as follows:

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

To use the international 10.2.3.global baseline, choose one of the following configuration methods:

Method 1: Direct dependency

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

Method 2: Configuration using variables

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

10.2.3.global.3 (2026-07-27)

mPaaS framework

  • Updated support for Android 17.

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

Mobile performance monitoring

  • Updated support for custom network performance monitoring protocols.

  • Updated the automated monitoring and reporting mechanism for Fragment page load times.

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

mPaaS framework

  • Added 16 KB alignment support.

  • Added multi-language support (English, French, and Russian).

  • Added Blue Shield compatibility with the Google Play resigning mechanism.