Skip to content

Commit

Permalink
SDK 9.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msft-cofitz committed Jun 19, 2023
1 parent fe77d09 commit e1fa038
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 4 deletions.
Binary file modified BuildTool/lib/com.microsoft.intune.mam.build.cli.jar
Binary file not shown.
Binary file modified BuildTool/lib/com.microsoft.intune.mam.build.core.jar
Binary file not shown.
Binary file modified BuildTool/lib/com.microsoft.intune.mam.rewrite.jar
Binary file not shown.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
Version 9.7.0
-------------
* Remove no-longer-necessary ProGuard rules targeting the legacy Android
Support Libraries. SDK support for these was removed in `8.0.0`.
* Fix configuration cache and incremental build issues with new build plugin.
The new plugin is now fully supported for AGP 8.

Version 9.6.1
-------------
* Fix handling of int, float, and short in `MAMAppConfig` when
returning config from Android Enterprise (rather than the MAM
channel)

Version 9.6.0
-------------
* Deprecate ADALConnectionDetails and remove obsolete meta-data authentication configurations.
* Preview build plugin is now part of the main artifact.
Apply `com.microsoft.intune.mam-preview` to use the new behavior with
Android Gradle Plugin 7.4. The preview plugin is applied automatically
for AGP 8.
* Add missing hooks for onActivityDestroyed in ActivityLifecycleCallbacks.

Version 9.5.0
-------------
* Add MAMTrustedRootCertsManager and MAMCertTrustWebViewClient APIs for trusted root certificates support.
Expand Down
Binary file not shown.
Binary file modified GradlePlugin/com.microsoft.intune.mam.build.jar
Binary file not shown.
Binary file modified Microsoft.Intune.MAM.SDK-javadoc.jar
Binary file not shown.
Binary file modified Microsoft.Intune.MAM.SDK.aar
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Microsoft Intune App SDK for Android

Version [9.5.0](https://github.com/msintuneappsdk/ms-intune-app-sdk-android/releases)
Version [9.7.0](https://github.com/msintuneappsdk/ms-intune-app-sdk-android/releases)

See [release notes](https://github.com/msintuneappsdk/ms-intune-app-sdk-android/releases) for more information. GitHub users can receive email notifications for new releases to this repo by clicking on **Releases only** from the "Watch" drop-down menu in the upper right-hand corner.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -712,8 +712,7 @@ <h4 class="jd-details-title">
<div class="jd-details-descr">

<div class="jd-tagdata jd-tagdescr"><p>Register ADAL connection details for the given UPN. These details will be used
for enforcing auth-required policy and for the MAM-WE V1 API to obtain the
MAMService Token from AAD.</p></div>
for enforcing auth-required policy.</p></div>
<div class="jd-tagdata">
<h5 class="jd-tagtitle">Parameters</h5>
<table class="jd-tagtable">
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/current.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9099,7 +9099,7 @@
abstract="false"
static="false"
final="true"
deprecated="not deprecated"
deprecated="deprecated"
visibility="public"
>
<implements name="android.os.Parcelable">
Expand Down
Binary file modified libs/Microsoft.Intune.MAM.SDK.DownlevelStubs.aar
Binary file not shown.

0 comments on commit e1fa038

Please sign in to comment.