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.
This topic describes how to specify a UC kernel version or an inspect debug version.
To specify a version of the UC kernel, 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 dependency on a specific version. Replace version with the desired version number. For the required value, see the GAV column in the Version list. To use a debug version, use the debug GAV information from the list.
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. |