Skip to content

v1.32.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Jun 08:29

1.32.0 (2026-06-11)

v1.32.0

πŸš€ What's New

πŸ“¦ Edge Base APK Upgrade

β€’ Upgraded the base support APK from 148.0.3967.97 to 149.0.4022.53 ( com.microsoft.emmx ).
β€’ Added target 149 to EdgeCompatibility configurations, ensuring full compatibility for all patches.

πŸ›‘οΈ Telemetry Patch Optimization

β€’ Refactored TelemetryEliminationPatch.kt to use the cleaner, modern matchAllMethodIndicesForEach API.
β€’ Replaced the manual 20-line fingerprint instruction iteration block with a streamlined 3-line pattern.
β€’ Cleaned up unused imports ( Fingerprint , ReferenceInstruction , StringReference ).