You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/SDK-Setup.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@ Before moving forward to the SDK setup tutorial, ensure you have completed the i
14
14
15
15
!!! warning "Important Update Starting June 2024"
16
16
17
-
Starting June 2024 version 24.06 onwards, Workspace ONE SDK for Android will **NOT** be distributed through the My Workspace ONE portal.
17
+
Starting June 2024 version 24.06 onwards, Workspace ONE SDK for Android will be distributed via GitHub Maven repository.
18
18
19
-
The SDK is accessible from a Maven repository. For integration documentation, please follow the instructions in the [Public Maven Repository Integration Note](https://developer.omnissa.com/ws1-sdk-for-android/guides/WorkspaceONE_Android_PublicMavenNote.pdf), and KB article [General Availability of Workspace ONE SDK Android (6000158)](https://kb.omnissa.com/s/article/6000158) to integrate the Workspace ONE SDK Android package into their applications.
19
+
The SDK is accessible from a Maven repository. For integration documentation, please follow the instructions in the [GitHub Maven Repository Integration Note](https://developer.omnissa.com/ws1-sdk-for-android/guides/WorkspaceONE_Android_PublicMavenNote.pdf), and KB article [General Availability of Workspace ONE SDK Android (6000158)](https://kb.omnissa.com/s/article/6000158) to integrate the Workspace ONE SDK Android package into their applications.
Copy file name to clipboardExpand all lines: docs/index.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,9 @@ For additional information, please visit the [Omnissa Legal Center](https://www.
19
19
20
20
!!! warning "Important Update Starting June 2024"
21
21
22
-
Starting June 2024 version 24.06 onwards, Workspace ONE SDK for Android will **NOT** be distributed through the My Workspace ONE portal.
22
+
Starting June 2024 version 24.06 onwards, Workspace ONE SDK for Android will be distributed via GitHub Maven repository.
23
23
24
-
The SDK is accessible from a Maven repository. For integration documentation, please follow the instructions in the [Public Maven Repository Integration Note](https://developer.omnissa.com/ws1-sdk-for-android/guides/WorkspaceONE_Android_PublicMavenNote.pdf), and KB article [General Availability of Workspace ONE SDK Android (6000158)](https://kb.omnissa.com/s/article/6000158) to integrate the Workspace ONE SDK Android package into their applications.
24
+
The SDK is accessible from a Maven repository. For integration documentation, please follow the instructions in the [GitHub Maven Repository Integration Note](https://developer.omnissa.com/ws1-sdk-for-android/guides/WorkspaceONE_Android_PublicMavenNote.pdf), and KB article [General Availability of Workspace ONE SDK Android (6000158)](https://kb.omnissa.com/s/article/6000158) to integrate the Workspace ONE SDK Android package into their applications.
25
25
26
26
Refer to these guides for instructions on how to integrate your Android app with Workspace ONE.
27
27
@@ -35,7 +35,7 @@ Refer to these guides for instructions on how to integrate your Android app with
35
35
36
36
!!! info
37
37
38
-
**Sample Application Code for Workspace ONE for Android SDK is available at[https://github.com/euc-releases/workspace-ONE-SDK-integration-samples](https://github.com/euc-releases/workspace-ONE-SDK-integration-samples)**
38
+
**Sample Application Code for Workspace ONE for Android SDK is available at[https://github.com/euc-releases/workspace-ONE-SDK-integration-samples](https://github.com/euc-releases/workspace-ONE-SDK-integration-samples)**
39
39
40
40
## Technical Feature Guides
41
41
@@ -52,8 +52,8 @@ Refer to these guides for instructions on how to integrate specific features.
Copy file name to clipboardExpand all lines: docs/release-notes.md
+17-13Lines changed: 17 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,26 +16,30 @@ Workspace ONE SDK for Android Release Notes describe the new features and enhanc
16
16
17
17
!!! warning "Important Update Starting June 2024"
18
18
19
-
Starting June 2024 version 24.06 onwards, Workspace ONE SDK for Android will **NOT** be distributed through the My Workspace ONE portal.
19
+
Starting June 2024 version 24.06 onwards, Workspace ONE SDK for Android will be distributed via GitHub Maven repository.
20
20
21
-
The SDK is accessible from a Maven repository. For integration documentation, please follow the instructions in the [Public Maven Repository Integration Note](https://developer.omnissa.com/ws1-sdk-for-android/guides/WorkspaceONE_Android_PublicMavenNote.pdf), and KB article [General Availability of Workspace ONE SDK Android (6000158)](https://kb.omnissa.com/s/article/6000158) to integrate the Workspace ONE SDK Android package into their applications.
21
+
The SDK is accessible from a Maven repository. For integration documentation, please follow the instructions in the [GitHub Maven Repository Integration Note](https://developer.omnissa.com/ws1-sdk-for-android/guides/WorkspaceONE_Android_PublicMavenNote.pdf), and KB article [General Availability of Workspace ONE SDK Android (6000158)](https://kb.omnissa.com/s/article/6000158) to integrate the Workspace ONE SDK Android package into their applications.
22
22
23
23
Also when adding module dependencies, ensure the group and module names are in lowercase. Example:
- Updated web domain to align with Omnissa branding. Refer [Update Workspace ONE SDK for iOS and Android with new Workspace ONE domain](https://kb.omnissa.com/s/article/6000872)
84
88
- Bug fixes and stability improvements
85
89
86
-
# Compatibility
90
+
###Compatibility
87
91
- Android 7.0+ (i.e., API 24)
88
92
- Workspace ONE UEM Console 2306+
89
93
- Android Studio with the Gradle Android Build System (AGP) 8.2.2+
0 commit comments