The mPaaS main integration supports targetSdkVersion 34 starting from version 10.2.3.54. To upgrade your application's targetSdkVersion to 34, use the mPaaS plugin to upgrade the SDK to version 10.2.3.54 or later. Then, follow this guide to adapt your application and perform regression testing.
Adapt for targetSdkVersion 34
Prerequisites
Ensure that your application is already adapted for previous versions of targetSdkVersion. For more information, see the following documents:
Modify targetSdkVersion
AAR connection type
In the build.gradle file of the project's main module, set `targetSdkVersion` to 34.
Portal&Bundle connection type
In the
build.gradlefile of the Portal project's main module, set `targetSdkVersion` to 34.The `targetSdkVersion` in the Bundle project does not require modification. However, its value must not be higher than the version in the Portal project.
Switch to Blue Shield
Security Guard no longer supports targetSdkVersion 34 or later. You must switch to Blue Shield. For more information, see mPaaS 10.2.3: Switching between Security Guard and Blue Shield.
Regression testing
Include devices that run Android 14 or later in the regression testing.
During regression testing, pay close attention to the features of the following components if you use them:
Component | Validation items |
Message Push Service |
|
H5 Container |
|
Mini Program |
|
Code Scanner |
|
Share |
|
Hotfix |
|