This document is for debugging and support purposes for existing UC SDK users only. Due to a product policy change, the UC SDK is no longer available for new applications.
You can pin a specific UC kernel version or switch to an inspect debug build for troubleshooting.
To specify a UC kernel version, follow these steps:
Remove the current UC dependency
If you integrate mPaaS into your project using the AAR method, do not remove the current UC dependency. Instead, proceed directly to add the specified UC version.
Add the specified UC version
In the dependencies block of the build.gradle file for your Application Module, add the following code to force a specific version. Replace version with a version number from the GAV column in the Version list. For a debug build, use the corresponding Debug GAV value instead.
For component-based integration, add the code to the dependencies block of the build.gradle file in the Application Module of your Portal project.
dependencies {
···
implementation ('com.alipay.android.phone.wallet:nebulaucsdk-build:version@aar'){
force = true
}
···
}
Version list
|
UC version |
GAV |
Debug GAV |
Notes |
|
3.22.2.66.230817192043 |
com.alipay.android.phone.wallet:nebulaucsdk-build:999.3.22.2.66.230817192043 |
com.alipay.android.phone.wallet:nebulaucsdk-build:888.3.22.2.66.230817192043 |
Compatible with Android 14. |
|
3.22.2.46.220614210535 |
com.alipay.android.phone.wallet:nebulaucsdk-build:999.3.22.2.46.220614210535 |
com.alipay.android.phone.wallet:nebulaucsdk-build:888.3.22.2.46.220614210535 |
Compatible with Android 13. |
|
3.22.2.30.211011154625 |
com.alipay.android.phone.wallet:nebulaucsdk-build:999.3.22.2.30.211011154625 |
com.alipay.android.phone.wallet:nebulaucsdk-build:888.3.22.2.30.211011154625 |
Based on 3.22.2.18, this version fixes a rare JS channel cache exception. |
|
3.22.2.18.210803145558 |
com.alipay.android.phone.wallet:nebulaucsdk-build:999.3.22.2.18.210803145558 |
None. |
Beta version. Based on version 3.22.2.17, this version fixes a rich media input issue. Note
This is a beta version and is not recommended for use. Choose another version instead. |
|
3.22.2.17.210719105414 |
com.alipay.android.phone.wallet:nebulaucsdk-build:999.3.22.2.17.210719105414 |
None. |
Beta version. The latest version for Alipay. Note
This is a beta version and is not recommended for use. Choose another version instead. |
|
3.21.0.184.210105191337 |
com.alipay.android.phone.wallet:nebulaucsdk-build:999.3.21.0.184.210105191337 |
com.alipay.android.phone.wallet:nebulaucsdk-build:888.3.21.0.184.210105191337 |
Based on version 3.21.0.174, this version fixes a rare JS channel cache exception. |
|
3.21.0.174.200825145737 |
com.alipay.android.phone.wallet:nebulaucsdk-build:999.3.21.0.174.200825145737 |
com.alipay.android.phone.wallet:nebulaucsdk-build:888.3.21.0.174.200825145737 |
The default baseline for 10.1.68. |