Skip to content

Commit eb24ff8

Browse files
committed
v4.6.15801.0403
1 parent fe75850 commit eb24ff8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
1111
implementation 'com.google.android.material:material:1.0.0-rc01'
1212
```
1313

14-
2. If you are using [v4.4.55968.0904](https://github.com/zoom/zoom-sdk-android/releases/tag/v4.4.55968.0904) (or later version), please ensure your **compileSdkVersion** and **buildToolsVersion** in your `build.gradle` file is **29+**.
14+
2. If you are using v4.4.55968.0904 (or later version), please ensure your **compileSdkVersion** and **buildToolsVersion** in your `build.gradle` file is **29+**.
1515

1616
3.. :red_circle: Non-AndroidX Version (EOL: 01/01/2020)
1717
**Per Google's suggestions and guidance, we have upgraded our regular Android SDK to support AndroidX. We understand that upgrading an existing Android project/product to AndroidX would need some time, and we heard your feedback. We hereby offer an Android SDK version that does not require AndroidX, you may find it (android-mobilertc_support_xxx.zip
1818
) here: [https://github.com/zoom/zoom-sdk-android/releases](https://github.com/zoom/zoom-sdk-android/releases) The end-of-life date of offering and supporting this version will be 01/01/2020.**
1919
**Please use this version if you are not able to upgrade your project to AndroidX at the moment.**
2020
**Please plan to upgrade your Android project to AndroidX before 01/01/2020.**
2121

22-
4. **Android 64-bit support is now available in the release [v4.4.55130.0712](https://github.com/zoom/zoom-sdk-android/releases/tag/v4.4.55130.0712).**, please don't forget to upgrade your Android project to be a AndroidX project.
23-
5. **Variable Name Changes**: Since [v4.3.1.47200.0322](https://github.com/zoom/zoom-sdk-android/releases/tag/v4.3.1.47200.0322), we have renamed the term "APP" to "SDK" in our demo to avoid confusion between the term "API" and "APP".
22+
4. **Android 64-bit support is now available in the release v4.4.55130.0712.**, please don't forget to upgrade your Android project to be a AndroidX project.
23+
5. **Variable Name Changes**: Since v4.3.1.47200.0322, we have renamed the term "APP" to "SDK" in our demo to avoid confusion between the term "API" and "APP".
2424
6. Please be aware that some of our interfaces are deprecated in the latest release, please check out our [CHANGELOG](https://github.com/zoom/zoom-sdk-android/blob/master/CHANGELOG.md) for more detail
2525
7. Encounter with issues? The answer might be waiting for you at [Frequently Asked Questions](https://marketplace.zoom.us/docs/sdk/native-sdks/android/get-help/faq#frequently-asked-questions) sections.
2626
8. Our brand new [Zoom Developer Community Forum](https://devforum.zoom.us/) is now online!!! Check it out! We are here to help! :D
@@ -155,7 +155,7 @@ Please refer to our [CHANGELOG](https://github.com/zoom/zoom-sdk-android/blob/ma
155155
* :one: `Emulator is not working`:
156156
* SDK releases before **v4.3.53571.0118** only supports emulators with ABI **arm series(armeabi-v7a, arm64-v8a)**. Starting from **v4.3.53571.0118**, both **arm series(armeabi-v7a, arm64-v8a)** and **x86 ABI** are supported.
157157
* :two: `java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/fragment/app/FragmentActivity`:
158-
* The Zoom SDK has adapted AndroidX since the release [v4.4.55130.0712](https://github.com/zoom/zoom-sdk-android/releases/tag/v4.4.55130.0712), if you have not migrated your project to be a AndroidX project, you will receive the above error message. Upgrading your Android project to be a AndroidX project will fix this issue.
158+
* The Zoom SDK has adapted AndroidX since the release v4.4.55130.0712, if you have not migrated your project to be a AndroidX project, you will receive the above error message. Upgrading your Android project to be a AndroidX project will fix this issue.
159159
* Not finding what you want? We are here to help! Please visit our [Zoom Developer Community Forum](https://devforum.zoom.us/) for further assistance.
160160

161161
## Support

0 commit comments

Comments
 (0)