Skip to content

Commit

Permalink
Made updates in requirement and release-notes (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
hs-chetan-urkude authored Nov 28, 2024
1 parent b925363 commit 21ab421
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 deletions docs/sdkx_android/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,13 @@ Android app right away.
If you are on SDK X or migrating to SDK X please note the following requirements:

* SDK X is functional only above API Level 24 i.e Android OS 7 Nougat and above.
* The `minSDKVersion` in code is kept as API Level 16 to allow importing the SDK and compiling in apps that allow installation till API Level 16 i.e Android 4.4 Jelly Bean.
* The `minSDKVersion` in code is kept as API Level 19 to allow importing the SDK and compiling in apps that allow installation till API Level 19 i.e Android 4.4 KitKat.
* If your app is installed on a device below API level 24 (i.e below Android OS 7 Nougat) then you can choose to have a different medium for providing support. For example, Email, Web etc. We throw an `UnsupportedOSVersionException` if the SDK is initialized below API Level 24. Please catch and use this exception according to your needs. Refer: [Initializing the SDK](/sdkx_android/getting-started/#initializing).

<Admonition type="info" title="Note">

- From 10.4.0, SDK compiles on java 8 to support Android 15 compilation.
- Update (August 2023): SDK X 10.2.x is functional only above API Level 24 i.e Android OS 7 Nougat and above.
- SDK 10.3.0 functions and is supported on Android 7 and above (API level 24 and above). You can still compile your app using a minimum API level of 16, but the support starts for API level 24 and above.
- From 10.4.0, SDK compiles on Java 8 to support Android 15 compilation.
- SDK 10.4.0 functions and is supported on Android 7 and above (API level 24 and above). You can still compile your app using a minimum API level of 19, but the support starts for API level 24 and above.
For details regarding Helpshift SDK's Android OS support policy, please refer to [this article](https://support.helpshift.com/hc/en/13-helpshift-technical-support/faq/1217-sdk-x-os-technical-support-policy/).

</Admonition>
Expand Down
3 changes: 2 additions & 1 deletion docs/sdkx_android/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ _November 27th, 2024_

** Release Notes **

- Helpshift SDK now support Android 15.
- Helpshift SDK now supports Android 15.
- Helpshift SDK now compiles with API level 35.
- Helpshift SDK now compiles on JAVA 8.
- Helpshift SDK `minSDKVersion` is now updated to 19.
- Added support for user identities and related user data collection APIs.
- For more details on user identities, refer [User Identities](/sdkx_android/identity-users/) page.
- For more details on user data collection, refer [Tracking](/sdkx_android/tracking/#update-global-user-data) page.
Expand Down

0 comments on commit 21ab421

Please sign in to comment.