Skip to content

1.4.4

Choose a tag to compare

@easyhooon easyhooon released this 13 May 07:06
· 92 commits to main since this release
74e2951

What's Changed

  • fix(sample): harden sample WebView settings against file:// XHR escalation by @jim-daf in #52
    • Disabled allowFileAccess, allowContentAccess, allowFileAccessFromFileURLs, allowUniversalAccessFromFileURLs to prevent local file exfiltration via JavascriptInterface
  • chore: lower transitive dependency versions for legacy project compatibility by @easyhooon in #54
    • kotlin 2.2.10 → 2.0.21 (class metadata ≤ 2.0; readable by Kotlin 2.0+ consumers)
    • activity-compose 1.12.4 → 1.9.3 (removes navigationevent transitive dep requiring AGP 8.9.1+)
    • core-ktx 1.17.0 → 1.13.1 (removes AGP 8.9.1 requirement)

New Contributors

Full Changelog: 1.4.3...1.4.4