Skip to content

Commit

Permalink
SDK 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msft-cofitz committed Oct 20, 2023
1 parent e1fa038 commit dcb6e67
Show file tree
Hide file tree
Showing 33 changed files with 14,037 additions and 5,716 deletions.
8 changes: 4 additions & 4 deletions BuildTool/THIRDPARTYNOTICES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ This file is based on or incorporates material from the projects listed below (T

Third Party Code:

1. org.javassist:javassist v. 3.27 (https://github.com/jboss-javassist/javassist)
1. org.javassist:javassist v. 3.29.2 (https://github.com/jboss-javassist/javassist)
2. code from https://github.com/turn/RedefineClassAgent
3. commons-cli:commons-cli v. 1.4 (http://commons.apache.org/proper/commons-cli/download_cli.cgi)

As the recipient of the above Third-Party Code, Microsoft sets forth a copy of the notices and other information below.
Provided for Informational Purposes Only

%% org.javassist:javassist v. 3.27 NOTICES AND INFORMATION BEGIN HERE
%% org.javassist:javassist v. 3.29.2 NOTICES AND INFORMATION BEGIN HERE
=========================================

Copyright (c) 1999-2020 Shigeru Chia
Copyright (c) 1999-2023 Shigeru Chia

Apache 2.0 License

Expand All @@ -26,7 +26,7 @@ THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF A
See the Apache Version 2.0 License for specific language governing permissions and limitations under the License.


END OF org.javassist:javassist v. 3.27 NOTICES AND INFORMATION
END OF org.javassist:javassist v. 3.29.2 NOTICES AND INFORMATION
=========================================

%% RedefineClassAgent NOTICES AND INFORMATION BEGIN HERE
Expand Down
2 changes: 1 addition & 1 deletion BuildTool/bin/BuildToolCLI
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ case "$( uname )" in #(
NONSTOP* ) nonstop=true ;;
esac

CLASSPATH=$APP_HOME/lib/com.microsoft.intune.mam.build.cli.jar:$APP_HOME/lib/com.microsoft.intune.mam.build.core.jar:$APP_HOME/lib/com.microsoft.intune.mam.rewrite.jar:$APP_HOME/lib/commons-cli-1.4.jar:$APP_HOME/lib/javassist-3.27.0-GA.jar
CLASSPATH=$APP_HOME/lib/com.microsoft.intune.mam.build.cli.jar:$APP_HOME/lib/com.microsoft.intune.mam.build.core.jar:$APP_HOME/lib/com.microsoft.intune.mam.rewrite.jar:$APP_HOME/lib/commons-cli-1.4.jar:$APP_HOME/lib/javassist-3.29.2-GA.jar


# Determine the Java command to use to start the JVM.
Expand Down
2 changes: 1 addition & 1 deletion BuildTool/bin/BuildToolCLI.bat
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ goto fail
:execute
@rem Setup the command line

set CLASSPATH=%APP_HOME%\lib\com.microsoft.intune.mam.build.cli.jar;%APP_HOME%\lib\com.microsoft.intune.mam.build.core.jar;%APP_HOME%\lib\com.microsoft.intune.mam.rewrite.jar;%APP_HOME%\lib\commons-cli-1.4.jar;%APP_HOME%\lib\javassist-3.27.0-GA.jar
set CLASSPATH=%APP_HOME%\lib\com.microsoft.intune.mam.build.cli.jar;%APP_HOME%\lib\com.microsoft.intune.mam.build.core.jar;%APP_HOME%\lib\com.microsoft.intune.mam.rewrite.jar;%APP_HOME%\lib\commons-cli-1.4.jar;%APP_HOME%\lib\javassist-3.29.2-GA.jar


@rem Execute BuildToolCLI
Expand Down
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.
Binary file added BuildTool/lib/javassist-3.29.2-GA.jar
Binary file not shown.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
Version 10.0.0
-------------
* Support for Android 14 targeting.
* Update Javassist dependency to 3.29.2-GA.
* Update minimum supported MAM SDK version to Android 4.1 (API level 16).

Version 9.7.4
-------------
* Fix for MAM error logging.
* Update strings to fix support for accessibility tools.

Version 9.7.3
-------------
* Fix behavior for `onQueryDeletedMedia` and `onQueryMedia` in `MAMCloudMediaProvider`
* Miscellaneous code cleanup for obsolete enrollment cache items.
* Fix `ClassNotFoundException` in `OfflineActivityBehavior`.

Version 9.7.2
-------------
* Error telemetry improvements.

Version 9.7.1
-------------
* Add Gradle build cache support for MAM plugin on AGP 7.4+.

Version 9.7.0
-------------
* Remove no-longer-necessary ProGuard rules targeting the legacy Android
Expand Down
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.7.0](https://github.com/msintuneappsdk/ms-intune-app-sdk-android/releases)
Version [10.0.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
Loading

0 comments on commit dcb6e67

Please sign in to comment.