Releases: microsoftconnect/intune-app-wrapping-tool-android
Releases · microsoftconnect/intune-app-wrapping-tool-android
1.0.4549.6
1.0.4214.3
Bug Fixes
Fix #93
Other Info
MAM SDK version: 10.0.0
APKTool version: 2.9.0
1.0.4191.6
Feature Enhancements
Support for apps targeting Android 14 (API 34)
Other Info
MAM SDK version: 10.0.0
APKTool version: 2.8.1
1.0.3935.1
Feature Enhancements
- Support for apps targeting Android 12L and 13 (API 32 and 33)
Bug Fixes
- #75 Fix MAM SDK incompatibility with android.fragment:fragment 1.5.0+
- #62 Update APKTool to version 2.7.0 which includes fix for iBotPeaches/Apktool#2797
Other Info
- MAM SDK version: 9.1.0
1.0.3610.6
Feature Enhancements
- Support for apps targeting Android 12 (API 31)
Breaking Changes
- APK Signature Scheme v1 signing support has been removed and no subsequent versions will be supported
- APK Signature Scheme v2 was introduced in Android 7.0 to address vulnerabilities in v1, so v2 signing should be preferred when possible. Additionally, APKs targeting Android 11+ cannot be installed on devices running Android 11+ unless they are signed with v2 (or higher).
- If you were previously signing your APK with the Intune App Wrapping Tool, it is highly recommended that you align and sign your wrapped APK using the Android SDK's zipalign and apksigner command line tools. apksigner will automatically sign your wrapped APK with all the necessary signature scheme versions based on the APK's minimum SDK version and the highest possible SDK version.
Other Info
- MAM SDK version: 8.4.0
1.0.3401.4
Bug Fixes
- Fix installer language support
- Prevent corruption of numeric string meta-data values defined in AndroidManifest.xml
Other Info
- MAM SDK version: 7.2.0
1.0.3199.5
Feature Enhancements
Support Android 11 targeting, also referred to as Android R or API 30, #41.
- Align with Company Portal requirements:
- AW automatically increase wrapped apps' minimum SDK versions to 21.
- Drop legacy MultiDex support, including the removal of the -UseMinAPILevelForNativeMultiDex switch.
Bug Fixes
1.0.2963.3
This release fixes support for Flutter apps
Version 1.0.2896.3
This release fixes bugs in support for Android Q for apps built with the latest Android build tools.
1.0.2676.4
What's New
- Support for apps targeting Android Q (API 29)
- Workaround for missing AAPT2 dependency on 32-bit Java