The mPaaS client validates the identity of Alibaba Cloud customers. Users who fail this validation cannot use mPaaS capabilities. To prevent service disruption, go to the mPaaS console to retrieve the .config file and import it into your project. For more information, see mPaaS User Authentication.
These release notes describe updates to the mPaaS Android SDK for the International 10.2.3.global baseline in reverse chronological order.
New features
Updated features
Fixed issues
Removed features
Known issues
For more information about upgrading and adapting to the International 10.2.3.global baseline, see mPaaS Internationalization Guide and mPaaS 16KB Adaptation.
If you use the International 10.2.3.global baseline, you must manually add the following Maven repository configuration. Do not delete the existing repository configurations in 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/"
}To use the International 10.2.3.global baseline, use one of the following configuration methods:
Method 1: Direct dependency
implementation 'com.mpaas.android:mpaas-baseline-10.2.3.global:1'Method 2: Configuration with variables
ext {
mpaas_artifact = "mpaas-baseline-10.2.3.global"
mpaas_baseline = "1"
}10.2.3.global.2 (June 1, 2026)
Mobile Performance Monitoring
Updated the support for custom network performance monitoring protocols.
Updated the automated monitoring and reporting mechanism for Fragment page loading time.
10.2.3.global.1 (April 22, 2026)
mPaaS Framework
Added 16 KB adaptation.
Added multilingual support (English, French, and Russian).
Added Blue Shield compatibility with the Google Play re-signing mechanism.