Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 983 Bytes

File metadata and controls

27 lines (19 loc) · 983 Bytes

Changelog

All notable changes to the dotdigital Android SDK will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.6.0] - 2026-04-17

Changed

  • BREAKING: Updated target SDK from 33 to 36 (Android 16)
  • BREAKING: Updated minimum Java compatibility from 1.8 to 11
  • Updated compile SDK from 33 to 36
  • Changed Firebase Cloud Messaging dependencies from implementation to api for proper dependency propagation to consuming applications

Fixed

  • Removed deprecated package attribute from AndroidManifest.xml (now using namespace in build.gradle)

Requirements

  • Minimum SDK: 16 (unchanged)
  • Target SDK: 36 (Android 16)
  • Java Version: 11 or higher (previously 8)
  • Gradle: 8.x or higher recommended

[1.5.2] - Previous Release

  • Previous stable release