Skip to content

Releases: NicosNicolaou16/ImagePickerAndroid

2.5.6

09 Apr 20:45
d07ab4d

Choose a tag to compare

What’s new:

  • Resolved an issue where the image picker was not available on Android 12 and below (based on issue #30).
    • This update includes breaking changes—please check the README for version 2.5.6.
  • Improved and expanded the README documentation.

Thank you very much for your support! Any feedback is welcome!

2.5.5

04 Apr 19:32
716c4ca

Choose a tag to compare

What's new:

  • Upgraded Gradle to version 9.1.0.
  • Updated Kotlin to version 2.3.20.
  • Jetpack Compose libraries updated to BOM 2026.03.01.
  • Updated all dependencies to their latest available versions.
  • Updated the README file for clarity and accuracy.

Thank you very much for your support! Any feedback is welcome!

2.5.4

08 Feb 17:12
13c9a8c

Choose a tag to compare

What's new:

  • Upgraded Gradle to version 9.0.0.
  • Updated Kotlin to version 2.3.10.
  • Migration/Remove the deprecated code.
  • Removed unused libraries.
  • Jetpack Compose libraries updated to BOM 2026.01.01.
  • Updated all dependencies to their latest available versions.
  • Updated the README file for clarity and accuracy.

Thank you very much for your support! Any feedback is welcome!

2.5.3

10 Jan 23:16
36d036d

Choose a tag to compare

What's new:

  • Upgraded Gradle to version 8.13.2.
  • Updated Kotlin to version 2.3.0.
  • Jetpack Compose libraries updated to BOM 2025.12.01.
  • Updated all dependencies to their latest available versions.
  • Updated the README file for clarity and accuracy.

Thank you very much for your support! Any feedback is welcome!

2.5.2

28 Nov 20:07
926a15d

Choose a tag to compare

What’s new:

  • Updated various dependencies to their latest stable versions.
  • Upgraded Gradle to 8.13.1.
  • Updated Jetpack Compose libraries to BOM 2025.11.01.
  • Improved and expanded the README documentation.

Thank you very much for your support! Any feedback is welcome!

2.5.1

26 Nov 18:10
d137ade

Choose a tag to compare

What’s new:

  • Improved the Image Picker availability check and callback handling (based on issue #22).
  • Improved and expanded the README documentation.

Thank you very much for your support! Any feedback is welcome!

2.5.0

24 Oct 22:30
f2fdedc

Choose a tag to compare

What’s new:

  • Added a check to verify if the Image Picker is available, with a callback implementation (based on issue #22).
    • Compose support: Code migration required — refer to the Migration Guides section for details.
  • Updated various dependencies to their latest stable versions.
  • Upgraded Kotlin to 2.2.21.
  • Updated Jetpack Compose libraries to BOM 2025.10.01.
  • Improved and expanded the README documentation.

Thank you very much for your support! Any feedback is welcome!

2.4.5

20 Sep 19:38
11dd02c

Choose a tag to compare

What's new:

  • Updated Target SDK to 36.
  • Updated various other dependencies to their latest stable versions.
  • Updated Gradle version to 8.13.0.
  • Updated Kotlin version 2.2.20.
  • Migration/Remove the deprecated code.
  • Jetpack Compose libraries updated to BOM 2025.09.00.
  • Updated/Fixed README file.

Thank you very much for your support! Any feedback is welcome!

2.4.4

08 Aug 16:54

Choose a tag to compare

What's New:

  • Updated Gradle to 8.12.0.
  • Updated Kotlin to 2.2.0.
  • Migrated deprecated code.
  • Updated Media3 to 1.8.0 in the example project.
  • Updated Jetpack Compose libraries to BOM 2025.07.00.
  • Updated various other dependencies to their latest stable versions.
  • Updated and fixed the README file.

Thank you very much for your support! Any feedback is welcome!

2.4.3

18 Jul 16:09
6944ff4

Choose a tag to compare

What's new:

  • Fixed a manifest merge conflict related to FileProvider definitions. The issue occurred when both the app and the library defined conflicting FileProvider entries, causing build failures. This has now been resolved. (Issue #16)
    • Bug Fixes.

Thank you very much for your support! Any feedback is welcome!