Skip to content

Commit 6365ed1

Browse files
authored
Merge pull request #26 from devSdkOmnissa/task/ASDK-176610-Update-Doc-issues
Rectified Documents issues and pdf
2 parents ffd6b01 + a025e18 commit 6365ed1

File tree

4 files changed

+26
-22
lines changed

4 files changed

+26
-22
lines changed

docs/SDK-Setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Before moving forward to the SDK setup tutorial, ensure you have completed the i
1414

1515
!!! warning "Important Update Starting June 2024"
1616

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.
1818

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.
2020

2121
## Requirements
2222

272 Bytes
Binary file not shown.

docs/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ For additional information, please visit the [Omnissa Legal Center](https://www.
1919

2020
!!! warning "Important Update Starting June 2024"
2121

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.
2323

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.
2525

2626
Refer to these guides for instructions on how to integrate your Android app with Workspace ONE.
2727

@@ -35,7 +35,7 @@ Refer to these guides for instructions on how to integrate your Android app with
3535

3636
!!! info
3737

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)**
3939

4040
## Technical Feature Guides
4141

@@ -52,8 +52,8 @@ Refer to these guides for instructions on how to integrate specific features.
5252

5353
## Other Documentation and Reference
5454

55-
| Name | Size |
56-
| --- | ---:|
57-
| Integration Guides | |
55+
| Name | Size |
56+
|---------------------------------------------------------------------------------------------------------------------------| ---:|
57+
| Integration Guides | |
5858
| [Workspace ONE for Android Privacy Agreements Module Integration Guide](guides/WorkspaceONE_Android_Privacy.pdf) - latest | 2.6 MB |
59-
| [Workspace ONE for Android Public Maven Repository Integration Note](guides/WorkspaceONE_Android_PublicMavenNote.pdf) | 141.3 KB |
59+
| [Workspace ONE for Android GitHub Maven Repository Integration Note](guides/WorkspaceONE_Android_PublicMavenNote.pdf) | 141.3 KB |

docs/release-notes.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,30 @@ Workspace ONE SDK for Android Release Notes describe the new features and enhanc
1616

1717
!!! warning "Important Update Starting June 2024"
1818

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.
2020

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.
2222

2323
Also when adding module dependencies, ensure the group and module names are in lowercase. Example:
2424
```c
25-
dependencies { implementation ("com.airwatch.android:airwatchsdk:${airwatchVersion}") implementation ("com.airwatch.android:awframework:${airwatchVersion}") implementation ("com.airwatch.android:awnetworklibrary:${airwatchVersion}") }
25+
dependencies {
26+
implementation("com.airwatch.android:airwatchsdk:${airwatchVersion}")
27+
implementation("com.airwatch.android:awframework:${airwatchVersion}")
28+
implementation("com.airwatch.android:awnetworklibrary:${airwatchVersion}")
29+
}
2630
```
2731
## Workspace ONE SDK 25.07.4 for Android
2832

29-
# What's new
33+
### What's new
3034
- Integration of OpenSSL 3.4.4 with improved security and enhanced FIPS support.
3135
- Security enhancements.
3236
- Software currency upgrades.
3337
- Bug fixes and Stability improvements.
3438

35-
# References
39+
### References
3640
- [Netty Upgrade Information](https://developer.omnissa.com/ws1-sdk-for-android/guides/WS1AndroidDeveloperGuideNetworking.pdf#page=3)
3741

38-
# Compatibility
42+
### Compatibility
3943
- Android 8.0+ (i.e., API 26)
4044
- Workspace ONE UEM Console 2402+
4145
- Android Studio with the Gradle Android Build System (AGP) 8.6.0+
@@ -44,18 +48,18 @@ dependencies { implementation ("com.airwatch.android:airwatchsdk:${airwatchVersi
4448

4549
## Workspace ONE SDK 25.02.4 for Android
4650

47-
# What's new
51+
### What's new
4852
- Upgraded to Android Gradle Plugin (AGP) 8.12.1 and Kotlin 2.2.0.
4953
- **Support for Android 16 KB page size.**
5054
- Security enhancements
5155
- Troubleshooting enhancements
5256

53-
# References
57+
### References
5458
- [Android Gradle Plugin 8.12.1 (July 2025)](https://developer.android.com/build/releases/past-releases/agp-8-12-0-release-notes#android-gradle-plugin-8.12.1)
5559
- [What's new in Kotlin 2.2.0 | Kotlin](https://kotlinlang.org/docs/whatsnew22.html#)
5660
- [Support 16 KB page sizes | Compatibility](https://developer.android.com/guide/practices/page-sizes)
5761

58-
# Compatibility
62+
### Compatibility
5963
- Android 7.0+ (i.e., API 24)
6064
- Workspace ONE UEM Console 2402+
6165
- Android Studio with the Gradle Android Build System (AGP) 8.2.2+
@@ -64,13 +68,13 @@ dependencies { implementation ("com.airwatch.android:airwatchsdk:${airwatchVersi
6468

6569
## Workspace ONE SDK 25.02.3 for Android
6670

67-
# What's new
71+
### What's new
6872
- Enhancements in sending logs via email.
6973
- Security enhancements.
7074
- Software currency upgrades.
7175
- Log upload enhancements.
7276

73-
# Compatibility
77+
### Compatibility
7478
- Android 7.0+ (i.e., API 24)
7579
- Workspace ONE UEM Console 2310+
7680
- Android Studio with the Gradle Android Build System (AGP) 8.2.2+
@@ -79,11 +83,11 @@ dependencies { implementation ("com.airwatch.android:airwatchsdk:${airwatchVersi
7983

8084
## Workspace ONE SDK 25.02.1 for Android
8185

82-
# What's new
86+
### What's new
8387
- 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)
8488
- Bug fixes and stability improvements
8589

86-
# Compatibility
90+
### Compatibility
8791
- Android 7.0+ (i.e., API 24)
8892
- Workspace ONE UEM Console 2306+
8993
- Android Studio with the Gradle Android Build System (AGP) 8.2.2+

0 commit comments

Comments
 (0)